org.wicketstuff.push.timer
Class TimerPushNode<EventType>

java.lang.Object
  extended by org.wicketstuff.push.timer.TimerPushNode<EventType>
All Implemented Interfaces:
Serializable, org.wicketstuff.push.IPushNode<EventType>

public class TimerPushNode<EventType>
extends Object
implements org.wicketstuff.push.IPushNode<EventType>

Author:
Sebastian Thomschke
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
          
 Duration getPollingInterval()
           
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

getPollingInterval

public Duration getPollingInterval()

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.