Annotation Interface HandlerOrder
Annotation to define the order of event handler methods within an event phase
-
Required Element Summary
Required Elements -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intSteps to define the order sequence between event handler methodsstatic final intThe default order valuestatic final intOrder value to execute the event handler method before other event handlersstatic final intOrder value to execute the event handler method after other event handlers
-
Field Details
-
EARLY
static final int EARLYOrder value to execute the event handler method before other event handlers- See Also:
-
DEFAULT
static final int DEFAULTThe default order value- See Also:
-
LATE
static final int LATEOrder value to execute the event handler method after other event handlers- See Also:
-
BEFORE
static final int BEFORESteps to define the order sequence between event handler methods- See Also:
-
AFTER
static final int AFTER- See Also:
-
-
Element Details
-
value
int value- Returns:
- The order value.
-