Package com.fazecast.jSerialComm
Interface SerialPortDataListenerWithExceptions
-
- All Superinterfaces:
EventListener,SerialPortDataListener
public interface SerialPortDataListenerWithExceptions extends SerialPortDataListener
This interface must be implemented to enable simple event-based serial port I/O with a custom Exception callback.- See Also:
SerialPortDataListener,EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcatchException(Exception e)Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.-
Methods inherited from interface com.fazecast.jSerialComm.SerialPortDataListener
getListeningEvents, serialEvent
-
-