-
public interface ConnectionSubscriptionWatcherInterface for all classes that should be called when the user subscribes to/disposes establishConnection The binding which injects the interface to a ConnectorImpl is in ConnectionModule
-
-
Method Summary
Modifier and Type Method Description abstract voidonConnectionSubscribed()Method to be called when the user subscribes to an individual establishConnection abstract voidonConnectionUnsubscribed()Method to be called when the user disposes an individual establishConnection -
-
Method Detail
-
onConnectionSubscribed
abstract void onConnectionSubscribed()
Method to be called when the user subscribes to an individual establishConnection
-
onConnectionUnsubscribed
abstract void onConnectionUnsubscribed()
Method to be called when the user disposes an individual establishConnection
-
-
-
-