Package org.deepsymmetry.bcj
Interface DisconnectionListener
-
@API(status=MAINTAINED) public interface DisconnectionListener
Implement this interface if you’d like to be notified when the Carabiner connection is closed, either intentionally or unexpectedly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connectionClosed(boolean unexpected)
Called when the Carabiner connection is closed.
-