java.io.Serializablepublic class ParallelPortEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PAR_EV_BUFFER |
|
static int |
PAR_EV_ERROR |
| Constructor | Description |
|---|---|
ParallelPortEvent(ParallelPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getEventType() |
|
boolean |
getNewValue() |
|
boolean |
getOldValue() |
public static final int PAR_EV_ERROR
public static final int PAR_EV_BUFFER
public ParallelPortEvent(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue)