Package kz.greetgo.util.events
Class EventHandler1List<T>
- java.lang.Object
-
- kz.greetgo.util.events.AbstractEventHandlerList<EventHandler1<T>>
-
- kz.greetgo.util.events.EventHandler1List<T>
-
- All Implemented Interfaces:
java.lang.Iterable<EventHandler1<T>>,HasAddEventHandler1<T>
public class EventHandler1List<T> extends AbstractEventHandlerList<EventHandler1<T>> implements HasAddEventHandler1<T>
-
-
Constructor Summary
Constructors Constructor Description EventHandler1List()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfire(T t)-
Methods inherited from class kz.greetgo.util.events.AbstractEventHandlerList
addEventHandler, iterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kz.greetgo.util.events.HasAddEventHandler1
addEventHandler
-
-
-
-
Method Detail
-
fire
public void fire(T t)
-
-