T
public abstract class Listener<T> extends java.lang.Object
protected
Listener()
Listener(int priority)
boolean
equals(java.lang.Object object)
int
hashCode()
abstract void
on(Event event, T param)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected Listener()
protected Listener(int priority)
public final boolean equals(java.lang.Object object)
equals
java.lang.Object
public final int hashCode()
hashCode
public abstract void on(Event event, T param)