public class ActionExecutingEvent extends AbstractActionExecutionEvent implements org.xwiki.observation.event.CancelableEvent, org.xwiki.observation.event.BeginEvent
action type.| Constructor and Description |
|---|
ActionExecutingEvent()
Match any
ActionExecutingEvent. |
ActionExecutingEvent(String actionName)
Constructor initializing the action name of the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
cancel(String reason) |
String |
getReason() |
boolean |
isCanceled() |
equals, getActionName, hashCode, matches, toStringpublic ActionExecutingEvent()
ActionExecutingEvent.public ActionExecutingEvent(String actionName)
actionName - the name of the executed actionpublic boolean isCanceled()
isCanceled in interface org.xwiki.observation.event.CancelableEventpublic void cancel()
cancel in interface org.xwiki.observation.event.CancelableEventpublic void cancel(String reason)
cancel in interface org.xwiki.observation.event.CancelableEventpublic String getReason()
getReason in interface org.xwiki.observation.event.CancelableEventCopyright © 2004–2014 XWiki. All rights reserved.