|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RegisteredEvents
Must be added to every instance of IListener. This annotation tells what
events the listener must listen for. Used with the DefaultEventMulticaster.
| Optional Element Summary | |
|---|---|
RegisterEvent[] |
events
Which events a listener is listening for with predetermined order. |
public abstract RegisterEvent[] events
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||