com.rm5248.serial
Interface SerialChangeListener


public interface SerialChangeListener

This 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
 void serialStateChanged(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 -