org.wicketstuff.push
Class PushChannel<EventType>

java.lang.Object
  extended by org.wicketstuff.push.PushChannel<EventType>
All Implemented Interfaces:
Serializable, IPushChannel<EventType>

public final class PushChannel<EventType>
extends Object
implements IPushChannel<EventType>

Author:
Sebastian Thomschke
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
          
 String getLabel()
          
 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

getLabel

public String getLabel()

Specified by:
getLabel in interface IPushChannel<EventType>

hashCode

public int hashCode()

Overrides:
hashCode in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.