|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RegisterEvent
Represents the Event to register with and the order of execution
| Required Element Summary | |
|---|---|
Class<? extends IEvent> |
event
Which events the listener is listening for. |
| Optional Element Summary | |
|---|---|
int |
order
Which order is the listener fired. |
| Element Detail |
|---|
public abstract Class<? extends IEvent> event
public abstract int order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||