Uses of Interface
org.pdfsam.eventstudio.Listener
Packages that use Listener
-
Uses of Listener in org.pdfsam.eventstudio
Fields in org.pdfsam.eventstudio declared as ListenerModifier and TypeFieldDescriptionprivate final ListenerListeners.DefaultListenerWrapper.wrappedThe field for thewrappedrecord component.Methods in org.pdfsam.eventstudio that return ListenerModifier and TypeMethodDescriptionListeners.DefaultListenerWrapper.wrapped()Returns the value of thewrappedrecord component.Methods in org.pdfsam.eventstudio with parameters of type ListenerModifier and TypeMethodDescription<T> voidAdds aListenerto the hidden station listening for the given event class, hiding the station abstraction.<T> voidDefaultEventStudio.add(Class<T> eventClass, Listener<T> listener, int priority, ReferenceStrength strength) Adds aListener(with the given priority and strength ) to the hidden station listening for the given event class, hiding the station abstraction.<T> void<T> voidDefaultEventStudio.add(Class<T> eventClass, Listener<T> listener, String station, int priority, ReferenceStrength strength) <T> voidDefaultEventStudio.add(Class<T> eventClass, Listener<T> listener, String station, int priority, ReferenceStrength strength, boolean once) <T> voidAdds aListenerto the hidden station, hiding the station abstraction.<T> voidDefaultEventStudio.add(Listener<T> listener, int priority, ReferenceStrength strength) Adds aListener(with the given priority and strength ) to the hidden station, hiding the station abstraction.<T> void<T> voidDefaultEventStudio.add(Listener<T> listener, String station, int priority, ReferenceStrength strength) <T> voidDefaultEventStudio.add(Listener<T> listener, String station, int priority, ReferenceStrength strength, boolean once) <T> voidAdds the givenListener, listening for the given event class, to the given station using default priority(0) ad default strengthReferenceStrength.STRONG.<T> voidEventStudio.add(Class<T> eventClass, Listener<T> listener, String station, int priority, ReferenceStrength strength) Adds the givenListener, listening for the given event class, to the given station using the given priority (low values mean higher priority) and strength.<T> voidEventStudio.add(Class<T> eventClass, Listener<T> listener, String station, int priority, ReferenceStrength strength, boolean once) Adds the givenListener, listening for the given event class, to the given station.<T> voidAdds the givenListenerto the given station using default priority(0) ad default strengthReferenceStrength.STRONG.<T> voidEventStudio.add(Listener<T> listener, String station, int priority, ReferenceStrength strength) Adds the givenListenerto the given station using the given priority (low values mean higher priority) and strength.<T> voidEventStudio.add(Listener<T> listener, String station, int priority, ReferenceStrength strength, boolean once) Adds the givenListenerto the given station using the given priority (low values mean higher priority), strength and once flag.(package private) <T> voidListeners.add(Class<T> eventClass, Listener<T> listener, int priority, ReferenceStrength strength, boolean once) (package private) <T> voidStation.add(Class<T> eventClass, Listener<T> listener, int priority, ReferenceStrength strength, boolean once) (package private) <T> voidStation.add(Listener<T> listener, int priority, ReferenceStrength strength, boolean once) <T> booleanRemoves the given listener listening on the given event, from the hidden station, hiding the station abstraction.<T> boolean<T> booleanRemoves the given listener from the hidden station, hiding the station abstraction.<T> boolean<T> booleanRemoves the first occurrence of the givenListenerlistening for the given event, from the given station<T> booleanRemoves the first occurrence of the givenListenerfrom the given station.(package private) <T> booleanRemoves the listener listening for the given event if present.(package private) <T> boolean(package private) <T> booleanConstructors in org.pdfsam.eventstudio with parameters of type ListenerModifierConstructorDescriptionprivateDefaultListenerWrapper(Listener wrapped) Creates an instance of aDefaultListenerWrapperrecord class.