Uses of Interface
org.wicketstuff.push.IPushChannel
-
-
Uses of IPushChannel in org.wicketstuff.push
Classes in org.wicketstuff.push that implement IPushChannel Modifier and Type Class Description classPushChannel<EventType>Fields in org.wicketstuff.push with type parameters of type IPushChannel Modifier and Type Field Description protected ConcurrentHashMap<IPushChannel<?>,CopyOnWriteArraySet<IPushNode<?>>>AbstractPushService. nodesByChannelsMethods in org.wicketstuff.push that return IPushChannel Modifier and Type Method Description <EventType>
IPushChannel<EventType>AbstractPushService. createChannel(String label)Creates a new push channel with the givenlabel.<EventType>
IPushChannel<EventType>IPushService. createChannel(String label)Creates a new push channel with the givenlabel.IPushChannel<EventType>AbstractPushEventContext. getChannel()IPushChannel<EventType>IPushEventContext. getChannel()Methods in org.wicketstuff.push with parameters of type IPushChannel 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 channel<EventType>
voidAbstractPushService. disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)<EventType>
voidIPushService. disconnectFromChannel(IPushNode<EventType> node, IPushChannel<EventType> channel)<EventType>
voidIPushService. publish(IPushChannel<EventType> channel, EventType event)<EventType>
voidAbstractPushService. removeChannel(IPushChannel<EventType> channel)<EventType>
voidIPushService. removeChannel(IPushChannel<EventType> channel)Constructors in org.wicketstuff.push with parameters of type IPushChannel Constructor Description AbstractPushEventContext(EventType event, IPushChannel<EventType> channel)
-