Package com.rm5248.serial
Interface SerialChangeListener
-
public interface SerialChangeListenerThis interface lets the user do something when the serial line state changes. The state is defined by how the lines are currently set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidserialStateChanged(SerialLineState state)Fired when the state on the serial line changes.
-
-
-
Method Detail
-
serialStateChanged
void serialStateChanged(SerialLineState state)
Fired when the state on the serial line changes.- Parameters:
state-
-
-