Uses of Interface
org.pdfsam.eventstudio.Listeners.ListenerWrapper
-
Packages that use Listeners.ListenerWrapper Package Description org.pdfsam.eventstudio -
-
Uses of Listeners.ListenerWrapper in org.pdfsam.eventstudio
Classes in org.pdfsam.eventstudio that implement Listeners.ListenerWrapper Modifier and Type Class Description private static classListeners.DefaultListenerWrapperListener wrapper around an explicitly definedListenerprivate static classListeners.ReflectiveListenerWrapperReflective invocation of an annotated listenerFields in org.pdfsam.eventstudio with type parameters of type Listeners.ListenerWrapper Modifier and Type Field Description private Entity<? extends Listeners.ListenerWrapper>Listeners.ListenerReferenceHolder. referenceMethods in org.pdfsam.eventstudio that return Listeners.ListenerWrapper Modifier and Type Method Description Listeners.ListenerWrapperListeners.ListenerReferenceHolder. getListenerWrapper()Constructor parameters in org.pdfsam.eventstudio with type arguments of type Listeners.ListenerWrapper Constructor Description ListenerReferenceHolder(int priority, Entity<? extends Listeners.ListenerWrapper> reference)
-