Package org.xwiki.observation.event
-
Interface Summary Interface Description BeginEvent Implemented by event indicating some task is starting.BeginFoldEvent Implemented by event indicating a task which generates other events during its process is starting.CancelableEvent This event can be canceled by the receiver.EndEvent Implemented by event indicating some task is stopping.EndFoldEvent Implemented by event indicating the process which generates other events during its process is stopping.Event All Event types must implement this interface.FilterableEvent An Event that supportsEventFilter
s. -
Class Summary Class Description AbstractCancelableEvent Abstract base class for cancelable events.AbstractFilterableEvent An helper to extend for all Events associated to a singleString
value.ActionExecutionEvent Deprecated. since 3.2M3, use theorg.xwiki.bridge.event.ActionExecutedEvent
class from XWiki Platform insteadAllEvent Special event matcher used by a listener which need to listened to all possible events.ApplicationStartedEvent An event triggered when the XWiki application is started.ApplicationStoppedEvent An event triggered when the XWiki application is stopped.