![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
public static interface Event.Sender<T>
Defines an event sender.
Method Summary | |
---|---|
void |
addListener(Event.Listener<T> listener)
Adds a sampler listener. |
void |
eventSent(T event)
Called by the sender, when an event is sent. |
void |
removeListener(Event.Listener<T> listener)
Removes a sampler listener. |
Method Detail |
---|
void addListener(Event.Listener<T> listener)
void eventSent(T event)
void removeListener(Event.Listener<T> listener)