Package org.xwiki.observation.event

Interface Summary
CancelableEvent This event can be canceled by the receiver.
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-2011 XWiki. All Rights Reserved.