gnu.io
Class ParallelPortEvent
java.lang.Object
java.util.EventObject
gnu.io.ParallelPortEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ParallelPortEvent
- extends java.util.EventObject
- Since:
- JDK1.0
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PAR_EV_ERROR
public static final int PAR_EV_ERROR
- See Also:
- Constant Field Values
PAR_EV_BUFFER
public static final int PAR_EV_BUFFER
- See Also:
- Constant Field Values
OldValue
private boolean OldValue
NewValue
private boolean NewValue
eventType
private int eventType
ParallelPortEvent
public ParallelPortEvent(ParallelPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)
getEventType
public int getEventType()
getNewValue
public boolean getNewValue()
getOldValue
public boolean getOldValue()