public interface IConnectableChanges
Modifier and Type | Method and Description |
---|---|
void |
addConnectionStatusChanged(EventHandler<VoidArgs> handler) |
boolean |
isConnected() |
void |
removeConnectionStatusChanges(EventHandler<VoidArgs> handler) |
void |
waitForAllPendingSubscriptions() |
boolean isConnected()
void addConnectionStatusChanged(EventHandler<VoidArgs> handler)
void removeConnectionStatusChanges(EventHandler<VoidArgs> handler)
void waitForAllPendingSubscriptions()
Copyright © 2016. All Rights Reserved.