Package jmri.jmrix
Interface AbstractSerialPortController.SerialPortDataListener
-
- All Known Implementing Classes:
XBeeAdapter
- Enclosing class:
- AbstractSerialPortController
public static interface AbstractSerialPortController.SerialPortDataListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getListeningEvents()
void
serialEvent(AbstractSerialPortController.SerialPortEvent serialPortEvent)
-
-
-
Method Detail
-
serialEvent
void serialEvent(AbstractSerialPortController.SerialPortEvent serialPortEvent)
-
getListeningEvents
int getListeningEvents()
-
-