Package org.xwiki.observation
-
Interface Summary Interface Description EventListener Components wanting to receive Observationeventsmust implement this interface.ObservationContext Allow to get observation related information from the execution context.ObservationManager The main orchestrator for event notification. -
Class Summary Class Description AbstractEventListener Base class forEventListeners.AbstractThreadEventListener Filter events by keeping only events produced by the providedThread.WrappedThreadEventListener Wraps a providedEventListenerand filters events by only keeping those coming from the providedThread.