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
protected  ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>> AbstractPushService.nodesByChannels
           
 

Methods in org.wicketstuff.push that return IPushNode
<EventType>
IPushNode<EventType>
IPushService.installNode(Component component, IPushEventHandler<EventType> handler)
           
 

Methods in org.wicketstuff.push with parameters of type IPushNode
<EventType>
void
AbstractPushService.connectToChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
          Connects the given push node to the given push channel
<EventType>
void
IPushService.connectToChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
          Connects the given push node to the given push channel
protected  void AbstractPushService.disconnectFromAllChannels(IPushNode<?> node)
           
<EventType>
void
AbstractPushService.disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
          
<EventType>
void
IPushService.disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
           
 boolean IPushService.isConnected(IPushNode<?> node)
          Determines if the node (client) is still connected, otherwise clears all queued events.
 void IPushNodeDisconnectedListener.onDisconnect(IPushNode<?> pushChannel)
           
 void IPushEventHandler.onEvent(AjaxRequestTarget target, EventType event, IPushNode<EventType> node, IPushEventContext<EventType> ctx)
           
<EventType>
void
IPushService.publish(IPushNode<EventType> node, EventType event)
          Queues the given event for later processing by the associated IPushEventHandler.
 void IPushService.uninstallNode(Component component, IPushNode<?> node)
           
 



Copyright © 2013. All Rights Reserved.