Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static int
PAR_EV_BUFFER
static int
PAR_EV_ERROR
-
Constructor Summary
Constructors Constructor Description ParallelPortEvent(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEventType()
boolean
getNewValue()
boolean
getOldValue()
-
-
-
Field Detail
-
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
-
-
Constructor Detail
-
ParallelPortEvent
public ParallelPortEvent(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue)
-
-