Uses of Interface
com.fazecast.jSerialComm.SerialPortDataListener
-
-
Uses of SerialPortDataListener in com.fazecast.jSerialComm
Subinterfaces of SerialPortDataListener in com.fazecast.jSerialComm Modifier and Type Interface Description interfaceSerialPortDataListenerWithExceptionsThis interface must be implemented to enable simple event-based serial port I/O with a custom Exception callback.interfaceSerialPortMessageListenerThis interface must be implemented to enable delimited message reads using event-based serial port I/O.interfaceSerialPortMessageListenerWithExceptionsThis interface must be implemented to enable delimited message reads using event-based serial port I/O with a custom Exception callback.interfaceSerialPortPacketListenerThis interface must be implemented to enable full packet reads using event-based serial port I/O.Methods in com.fazecast.jSerialComm with parameters of type SerialPortDataListener Modifier and Type Method Description booleanSerialPort. addDataListener(SerialPortDataListener listener)Adds aSerialPortDataListenerto the serial port interface.
-