Module com.fazecast.jSerialComm
Package com.fazecast.jSerialComm
Interface SerialPortDataListenerWithExceptions
- All Superinterfaces:
EventListener,SerialPortDataListener
This interface must be implemented to enable simple event-based serial port I/O with a custom Exception callback.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidMust be overridden to handle any Java exceptions that occur asynchronously in this data listener.Methods inherited from interface com.fazecast.jSerialComm.SerialPortDataListener
getListeningEvents, serialEvent
-
Method Details
-
catchException
Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.- Parameters:
e- AnExceptionobject containing information about the exception that occurred.
-