public class ParallelPortEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
int |
eventType
Deprecated.
Replaced by getEventType method. For compatibility with
version 1.0 of the CommAPI only.
|
static int |
PAR_EV_BUFFER |
static int |
PAR_EV_ERROR |
source| Constructor and Description |
|---|
ParallelPortEvent(ParallelPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
boolean |
getNewValue() |
boolean |
getOldValue() |
getSource, toStringpublic int eventType
public static final int PAR_EV_BUFFER
public static final int PAR_EV_ERROR
public ParallelPortEvent(ParallelPort srcport, int eventtype, boolean oldvalue, boolean newvalue)
Copyright © 2016. All rights reserved.