org.xwiki.bridge.event
Interface ActionExecutionEvent

All Superinterfaces:
org.xwiki.observation.event.Event
All Known Implementing Classes:
AbstractActionExecutionEvent, ActionExecutedEvent, ActionExecutingEvent

public interface ActionExecutionEvent
extends org.xwiki.observation.event.Event

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$

Method Summary
 String getActionName()
          Gets the name of the action causing this event.
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getActionName

String getActionName()
Gets the name of the action causing this event.

Returns:
the action causing this event, like upload or login


Copyright © 2004-2011 XWiki. All Rights Reserved.