org.wicketstuff.push.timer
Class TimerChannelPublisher

java.lang.Object
  extended by org.wicketstuff.push.timer.TimerChannelPublisher
All Implemented Interfaces:
java.io.Serializable, IChannelPublisher

public class TimerChannelPublisher
extends java.lang.Object
implements IChannelPublisher, java.io.Serializable

Publisher that could be associated with a TimerChannelBehavior for more documentation see TimerChannelBehavior

Author:
Vincent Demay
See Also:
Serialized Form

Constructor Summary
TimerChannelPublisher()
           
 
Method Summary
 void publish(ChannelEvent event)
          Publish a ChannelEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerChannelPublisher

public TimerChannelPublisher()
Method Detail

publish

public void publish(ChannelEvent event)
Description copied from interface: IChannelPublisher
Publish a ChannelEvent

Specified by:
publish in interface IChannelPublisher
Parameters:
event - event to publish


Copyright © 2010. All Rights Reserved.