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
EventFilter s. |
Class | Description |
---|---|
AbstractCancelableEvent |
Abstract base class for cancelable events.
|
AbstractFilterableEvent |
An helper to extend for all Events associated to a single
String value. |
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–2021 XWiki. All rights reserved.