Module org.pdfsam.eventstudio
Annotation Interface EventListener
Annotated methods will be registered as Listener for the event in the method signature. Method signature must have a single parameter from which the event class will be
inferred. Multiple methods on the same pojo can be annotated.
- Author:
- Andrea Vacondio
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
-
Element Details
-
priority
int priority- Returns:
- the priority for this listener, low numbers mean high priority.
- Default:
0
-
station
String station- Returns:
- the station for this listener. If nothing is specified the
EventStationannotated field or method will be used.
- Default:
""
-
strength
ReferenceStrength strength- Returns:
- the reference strength for this listener.
- Default:
STRONG
-