Uses of Interface
org.wicketstuff.push.IChannelTarget

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

Uses of IChannelTarget in org.wicketstuff.push
 

Subinterfaces of IChannelTarget in org.wicketstuff.push
 interface IPushTarget
          A target used to push events to a client.
 

Methods in org.wicketstuff.push with parameters of type IChannelTarget
 void DummyChannelListener.onEvent(java.lang.String channel, java.util.Map<java.lang.String,java.lang.String> datas, IChannelTarget target)
           
 void IChannelListener.onEvent(java.lang.String channel, java.util.Map<java.lang.String,java.lang.String> datas, IChannelTarget target)
          Method called when an event is triggered on a channel.
 

Uses of IChannelTarget in org.wicketstuff.push.cometd
 

Classes in org.wicketstuff.push.cometd that implement IChannelTarget
 class CometdTarget
          This merthod is a wrapper of AjaxRequestTarget on IChannelTarget used in CometdBehavior.
 

Uses of IChannelTarget in org.wicketstuff.push.timer
 

Classes in org.wicketstuff.push.timer that implement IChannelTarget
static class TimerChannelBehavior.TimerPushTarget
          An IPushTarget implementation which enqueue DelayedMethodCallList, also called triggers, for a TimerChannelBehavior identified by its id.
 



Copyright © 2010. All Rights Reserved.