Uses of Interface
org.wicketstuff.push.IPushNodeDisconnectedListener
-
-
Uses of IPushNodeDisconnectedListener in org.wicketstuff.push
Fields in org.wicketstuff.push with type parameters of type IPushNodeDisconnectedListener Modifier and Type Field Description protected Set<IPushNodeDisconnectedListener>AbstractPushService. disconnectListenersMethods in org.wicketstuff.push with parameters of type IPushNodeDisconnectedListener Modifier and Type Method Description voidAbstractPushService. addNodeDisconnectedListener(IPushNodeDisconnectedListener listener)voidIPushService. addNodeDisconnectedListener(IPushNodeDisconnectedListener listener)voidAbstractPushService. removeNodeDisconnectedListener(IPushNodeDisconnectedListener listener)voidIPushService. removeNodeDisconnectedListener(IPushNodeDisconnectedListener listener)
-