Uses of Interface
org.wicketstuff.push.IPushChannel

Uses of IPushChannel in org.wicketstuff.push
 

Classes in org.wicketstuff.push that implement IPushChannel
 class PushChannel<EventType>
           
 

Fields in org.wicketstuff.push with type parameters of type IPushChannel
protected  ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>> AbstractPushService.nodesByChannels
           
 

Methods in org.wicketstuff.push that return IPushChannel
<EventType>
IPushChannel<EventType>
AbstractPushService.createChannel(String label)
          Creates a new push channel with the given label.
<EventType>
IPushChannel<EventType>
IPushService.createChannel(String label)
          Creates a new push channel with the given label.
 IPushChannel<EventType> IPushEventContext.getChannel()
           
 IPushChannel<EventType> AbstractPushEventContext.getChannel()
          
 

Methods in org.wicketstuff.push with parameters of type IPushChannel
<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
<EventType>
void
AbstractPushService.disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
          
<EventType>
void
IPushService.disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)
           
<EventType>
void
IPushService.publish(IPushChannel<EventType> channel, EventType event)
           
<EventType>
void
AbstractPushService.removeChannel(IPushChannel<EventType> channel)
          
<EventType>
void
IPushService.removeChannel(IPushChannel<EventType> channel)
           
 

Constructors in org.wicketstuff.push with parameters of type IPushChannel
AbstractPushEventContext(EventType event, IPushChannel<EventType> channel)
           
 



Copyright © 2013. All Rights Reserved.