Uses of Interface
org.wicketstuff.push.IPushNode
-
-
Uses of IPushNode in org.wicketstuff.push
Fields in org.wicketstuff.push with type parameters of type IPushNode Modifier and Type Field Description protected ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>>AbstractPushService. nodesByChannelsMethods in org.wicketstuff.push that return IPushNode Modifier and Type Method Description <EventType>
IPushNode<EventType>IPushService. installNode(Component component, IPushEventHandler<EventType> handler)Methods in org.wicketstuff.push with parameters of type IPushNode Modifier and Type Method Description <EventType>
voidAbstractPushService. connectToChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)Connects the given push node to the given push channel<EventType>
voidIPushService. connectToChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)Connects the given push node to the given push channelprotected voidAbstractPushService. disconnectFromAllChannels(IPushNode<?> node)<EventType>
voidAbstractPushService. disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)<EventType>
voidIPushService. disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)booleanIPushService. isConnected(IPushNode<?> node)Determines if the node (client) is still connected, otherwise clears all queued events.voidIPushNodeDisconnectedListener. onDisconnect(IPushNode<?> pushChannel)voidIPushEventHandler. onEvent(AjaxRequestTarget target, EventType event, IPushNode<EventType> node, IPushEventContext<EventType> ctx)<EventType>
voidIPushService. publish(IPushNode<EventType> node, EventType event)Queues the given event for later processing by the associatedIPushEventHandler.voidIPushService. uninstallNode(Component component, IPushNode<?> node)
-