public final class Listeners<T,E extends Enum<E>>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Listeners
public Listeners()
-
Method Details
-
-
removeListener
public boolean removeListener(Listener<T> listener,
Enum<E> eventType)
-
notify
public void notify(T t,
Enum<E> eventType)