Package org.xwiki.observation.event

Interface Summary
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 supports EventFilters.
 

Class Summary
AbstractCancelableEvent Abstract base class for cancelable events.
AbstractFilterableEvent A generic Event implementation to extend for all Events that want to support EventFilters.
ActionExecutionEvent An event triggered whenever a client request (action) is processed, like /upload/ or /view/.
AllEvent 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.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.