Package org.deepsymmetry.bcj
Interface StateListener
- 
 @API(status=MAINTAINED) public interface StateListenerImplement this interface if you would like to receive state updates whenever Carabiner reports status changes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcarabinerStatusReceived(State state)Called whenever we receive a status update from Carabiner.
 
- 
- 
- 
Method Detail- 
carabinerStatusReceivedvoid carabinerStatusReceived(State state) Called whenever we receive a status update from Carabiner.- Parameters:
- state- the new state of our connection
 
 
- 
 
-