serialPort.rxtx
Class I2CPortEvent
java.lang.Object
java.util.EventObject
serialPort.rxtx.I2CPortEvent
- All Implemented Interfaces:
- java.io.Serializable
public class I2CPortEvent
- extends java.util.EventObject
- Since:
- JDK1.0
- Version:
- %I%, %G%
- Author:
- Trent Jarvi
- See Also:
- Serialized Form
Constructor Summary |
I2CPortEvent(serialPort.rxtx.I2CPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATA_AVAILABLE
public static final int DATA_AVAILABLE
- See Also:
- Constant Field Values
OUTPUT_BUFFER_EMPTY
public static final int OUTPUT_BUFFER_EMPTY
- See Also:
- Constant Field Values
CTS
public static final int CTS
- See Also:
- Constant Field Values
DSR
public static final int DSR
- See Also:
- Constant Field Values
RI
public static final int RI
- See Also:
- Constant Field Values
CD
public static final int CD
- See Also:
- Constant Field Values
OE
public static final int OE
- See Also:
- Constant Field Values
PE
public static final int PE
- See Also:
- Constant Field Values
FE
public static final int FE
- See Also:
- Constant Field Values
BI
public static final int BI
- See Also:
- Constant Field Values
I2CPortEvent
public I2CPortEvent(serialPort.rxtx.I2CPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)
getEventType
public int getEventType()
getNewValue
public boolean getNewValue()
getOldValue
public boolean getOldValue()