@FunctionalInterface public interface ConnectionChangeListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
connectionChange(RemoteConnector connector,
boolean connected) |
Called by the connector upon state change
|
void connectionChange(RemoteConnector connector, boolean connected)
connector - the connector who's state has changedconnected - true if connected, otherwise falseCopyright © 2018. All rights reserved.