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 class
AbstractEventListener
Base class forEventListener
s.class
AbstractThreadEventListener
Filter events by keeping only events produced by the providedThread
.class
WrappedThreadEventListener
Wraps a providedEventListener
and filters events by only keeping those coming from the providedThread
.Methods in org.xwiki.observation that return EventListener Modifier and Type Method Description EventListener
ObservationManager. getListener(String listenerName)
Methods in org.xwiki.observation with parameters of type EventListener Modifier and Type Method Description void
ObservationManager. 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)
-