Module org.pdfsam.eventstudio
Package org.pdfsam.eventstudio
Class Annotations.ReflectiveListenerDescriptor
- java.lang.Object
-
- org.pdfsam.eventstudio.Annotations.ReflectiveListenerDescriptor
-
- Enclosing class:
- Annotations
static class Annotations.ReflectiveListenerDescriptor extends java.lang.ObjectDescriptor of a reflective listener holding information needed to create the listener
-
-
Field Summary
Fields Modifier and Type Field Description private EventListenerlistenerAnnotationprivate java.lang.reflect.Methodmethod
-
Constructor Summary
Constructors Constructor Description ReflectiveListenerDescriptor(EventListener listenerAnnotation, java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventListenergetListenerAnnotation()java.lang.reflect.MethodgetMethod()
-
-
-
Field Detail
-
listenerAnnotation
private final EventListener listenerAnnotation
-
method
private final java.lang.reflect.Method method
-
-
Constructor Detail
-
ReflectiveListenerDescriptor
public ReflectiveListenerDescriptor(EventListener listenerAnnotation, java.lang.reflect.Method method)
-
-
Method Detail
-
getListenerAnnotation
public EventListener getListenerAnnotation()
-
getMethod
public java.lang.reflect.Method getMethod()
-
-