Package org.fulib.fx.annotation.event
Annotation Interface OnInit
Methods annotated with this annotation will be upon the initialization of the controller/component.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The order in which the method should be called. -
Field Summary
-
Field Details
-
LOWEST
static final int LOWEST- See Also:
-
LOW
static final int LOW- See Also:
-
DEFAULT
static final int DEFAULT- See Also:
-
HIGH
static final int HIGH- See Also:
-
HIGHEST
static final int HIGHEST- See Also:
-
-
Element Details
-
value
int valueThe order in which the method should be called. Lower values are called first.- Returns:
- the order in which the method should be called
- Default:
- 0
-