Uses of Interface
org.xwiki.observation.EventListener
-
Packages that use EventListener Package Description org.xwiki.observation -
-
Uses of EventListener in org.xwiki.observation
Classes in org.xwiki.observation that implement EventListener Modifier and Type Class Description classAbstractEventListenerBase class forEventListeners.classAbstractThreadEventListenerFilter events by keeping only events produced by the providedThread.classWrappedThreadEventListenerWraps a providedEventListenerand filters events by only keeping those coming from the providedThread.Methods in org.xwiki.observation that return EventListener Modifier and Type Method Description EventListenerObservationManager. getListener(String listenerName)Methods in org.xwiki.observation with parameters of type EventListener Modifier and Type Method Description voidObservationManager. addListener(EventListener eventListener)Manually add a listener.Constructors in org.xwiki.observation with parameters of type EventListener Constructor Description WrappedThreadEventListener(EventListener listener)WrappedThreadEventListener(EventListener listener, Thread thread)
-