Module org.pdfsam.eventstudio
Annotation Type EventListener
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @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 Elements Modifier and Type Optional Element Description intpriorityStringstationReferenceStrengthstrength
-
-
-
-
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:
- org.pdfsam.eventstudio.ReferenceStrength.STRONG
-
-