| 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 supports
EventFilters. |
| Class | Description |
|---|---|
| AbstractCancelableEvent |
Abstract base class for cancelable events.
|
| AbstractFilterableEvent |
A generic Event implementation to extend for all Events that want to support
EventFilters. |
| ActionExecutionEvent | Deprecated
since 3.2M3, use the
org.xwiki.bridge.event.ActionExecutedEvent class from XWiki Platform instead |
| 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–2017 XWiki. All rights reserved.