org.xwiki.bridge.event
Class ActionExecutedEvent

java.lang.Object
  extended by org.xwiki.bridge.event.AbstractActionExecutionEvent
      extended by 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: 08badd8492cab459519989b9031db94df2b6b793 $
See Also:
Serialized Form

Constructor Summary
ActionExecutedEvent()
          Match any ActionExecutedEvent.
ActionExecutedEvent(String actionName)
          Constructor initializing the action name of the event.
 
Method Summary
 
Methods inherited from class org.xwiki.bridge.event.AbstractActionExecutionEvent
equals, getActionName, hashCode, matches, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Constructor Detail

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-2013 XWiki. All Rights Reserved.