Package toxi.util.events
Class EventDispatcher<T>
java.lang.Object
toxi.util.events.EventDispatcher<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(T listener) iterator()
void
removeListener
(T listener) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator