| Class and Description |
|---|
| ChannelEvent
A event containing data to send by server pushing.
|
| IChannelListener
Implementations of this interface can be notified of events triggered by a
IChannelPublisher
Implementation example:
channelService.addChannelListener(this, "channel", new IChannelListener()
{
public void onEvent(String channel, Map datas, IChannelTarget target)
{
target.addComponent(aComponent);
}
});
|
| IChannelTarget
Defines an interface to trigger client updates on server side events.
|
Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.