|
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. |