Package org.wicketstuff.push

Interface Summary
IChannelListener Implementations of this interface can be notified of events triggered by a IChannelPublisher
IChannelPublisher A class allowing the server to send an event on listener.
IChannelService A service providing channel based communication facility in wicket based applications.
IChannelTarget Defines an interface to trigger client updates on server side events.
IPushService A push service provides a simple way to install push facility on a component, and then push events to the component using a IPushTarget.
IPushTarget A target used to push events to a client.
 

Class Summary
ChannelEvent A event containing data to send by server pushing.
DummyChannelListener Convenience class for use with JavaScriptChannelEvents.
JavaScriptChannelEvent Usually on sending an event to a channel, the ChannelEvent invokes a javascript method on the client which then starts an Ajax-request.
 



Copyright © 2010. All Rights Reserved.