Package jmri.jmrix.jserialcomm
Class JSerialPortEvent
- java.lang.Object
-
- jmri.jmrix.jserialcomm.JSerialPortEvent
-
- All Implemented Interfaces:
SerialPortEvent
public class JSerialPortEvent extends java.lang.Object implements SerialPortEvent
Implementation of serial port event using jSerialComm.
-
-
Constructor Summary
Constructors Constructor Description JSerialPortEvent(SerialPortEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEventType()
-
-
-
Constructor Detail
-
JSerialPortEvent
JSerialPortEvent(SerialPortEvent event)
-
-
Method Detail
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interfaceSerialPortEvent
-
-