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