Uses of Interface
org.xwiki.observation.EventListener
Packages that use EventListener
-
Uses of EventListener in org.xwiki.observation
Classes in org.xwiki.observation that implement EventListenerModifier and TypeClassDescriptionclassBase class forEventListeners.classFilter events by keeping only events produced by the providedThread.classWraps a providedEventListenerand filters events by only keeping those coming from the providedThread.Methods in org.xwiki.observation that return EventListenerMethods in org.xwiki.observation with parameters of type EventListenerModifier and TypeMethodDescriptionvoidObservationManager.addListener(EventListener eventListener) Manually add a listener.default voidObservationManager.addListener(EventListener eventListener, int priority) Manually add a listener.Constructors in org.xwiki.observation with parameters of type EventListenerModifierConstructorDescriptionWrappedThreadEventListener(EventListener listener) WrappedThreadEventListener(EventListener listener, Thread thread)