org.xwiki.bridge.event
Class ActionExecutedEvent
java.lang.Object
org.xwiki.bridge.event.AbstractActionExecutionEvent
org.xwiki.bridge.event.ActionExecutedEvent
- All Implemented Interfaces:
- Serializable, ActionExecutionEvent, org.xwiki.observation.event.EndEvent, org.xwiki.observation.event.Event
public class ActionExecutedEvent
- extends AbstractActionExecutionEvent
- implements org.xwiki.observation.event.EndEvent
An event triggered whenever a client request (action) is processed, like /upload/ or /view/. A
specific event corresponds to only one action type.
- Since:
- 3.2M3
- Version:
- $Id$
- See Also:
- Serialized Form
| Methods inherited from interface org.xwiki.observation.event.Event |
matches |
ActionExecutedEvent
public ActionExecutedEvent()
- Match any
ActionExecutedEvent.
ActionExecutedEvent
public ActionExecutedEvent(String actionName)
- Constructor initializing the action name of the event.
- Parameters:
actionName - the name of the executed action
Copyright © 2004-2011 XWiki. All Rights Reserved.