org.wicketstuff.push
Interface IChannelPublisher

All Known Implementing Classes:
TimerChannelPublisher

public interface IChannelPublisher

A class allowing the server to send an event on listener. This publisher is able to send a ChannelEvent

Author:
Vincent Demay
See Also:
IChannelService

Method Summary
 void publish(ChannelEvent event)
          Publish a ChannelEvent
 

Method Detail

publish

void publish(ChannelEvent event)
Publish a ChannelEvent

Parameters:
event - event to publish


Copyright © 2010. All Rights Reserved.