Uses of Interface
org.pdfsam.eventstudio.Listener
Packages that use Listener
-
Uses of Listener in org.pdfsam.eventstudio
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> 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> 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> 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> 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.