Package gnu.io
Class ParallelPortEvent
java.lang.Object
java.util.EventObject
gnu.io.ParallelPortEvent
- All Implemented Interfaces:
Serializable
- Since:
- JDK1.0
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionParallelPortEvent
(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue) -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
PAR_EV_ERROR
public static final int PAR_EV_ERROR- See Also:
-
PAR_EV_BUFFER
public static final int PAR_EV_BUFFER- See Also:
-
-
Constructor Details
-
ParallelPortEvent
-
-
Method Details
-
getEventType
public int getEventType() -
getNewValue
public boolean getNewValue() -
getOldValue
public boolean getOldValue()
-