![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
public static interface Event.Listener<T>
Defines a generic listener.
Method Summary | |
---|---|
void |
eventSent(T event)
Called when an event occurs. |
Method Detail |
---|
void eventSent(T event)
event
- The event value.