| Interface | Description |
|---|---|
| EventListener |
Components wanting to receive Observation
events must implement this interface. |
| ObservationContext |
Allow to get observation related information from the execution context.
|
| ObservationManager |
The main orchestrator for event notification.
|
| Class | Description |
|---|---|
| AbstractEventListener |
Base class for
EventListeners. |
| AbstractThreadEventListener |
Filter events by keeping only events produced by the provided
Thread. |
| WrappedThreadEventListener |
Wraps a provided
EventListener and filters events by only keeping those coming from the provided
Thread. |
Copyright © 2004–2014 XWiki. All rights reserved.