Uses of Interface
org.wicketstuff.push.IChannelListener

Packages that use IChannelListener
org.wicketstuff.push   
org.wicketstuff.push.cometd   
org.wicketstuff.push.timer   
 

Uses of IChannelListener in org.wicketstuff.push
 

Classes in org.wicketstuff.push that implement IChannelListener
 class DummyChannelListener
          Convenience class for use with JavaScriptChannelEvents.
 

Methods in org.wicketstuff.push with parameters of type IChannelListener
 void IChannelService.addChannelListener(org.apache.wicket.Component component, java.lang.String channel, IChannelListener listener)
          Adds a behavior to the given component so that it will be notified of ChannelEvents.
 

Uses of IChannelListener in org.wicketstuff.push.cometd
 

Methods in org.wicketstuff.push.cometd with parameters of type IChannelListener
 void CometdService.addChannelListener(org.apache.wicket.Component component, java.lang.String channel, IChannelListener listener)
           
 

Constructors in org.wicketstuff.push.cometd with parameters of type IChannelListener
CometdBehavior(java.lang.String channelId, IChannelListener listener)
           
 

Uses of IChannelListener in org.wicketstuff.push.timer
 

Methods in org.wicketstuff.push.timer with parameters of type IChannelListener
 void TimerChannelService.addChannelListener(org.apache.wicket.Component component, java.lang.String listenerChannel, IChannelListener listener)
           
 



Copyright © 2010. All Rights Reserved.