|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ListenedEvents
Must be added to every instance of IListener. This annotation tells what
events the listener must listen for. Used with the DefaultOrderEventMulticaster.
| Required Element Summary | |
|---|---|
Class<? extends IEvent>[] |
value
Which events the listener is listening for no order is determined. |
| Element Detail |
|---|
public abstract Class<? extends IEvent>[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||