Package 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 onegetActionName()
action type.- Since:
- 3.2M3
- Version:
- $Id: fde990a76188e7fd962226075c97d154da939586 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getActionName()
Gets the name of the action causing this event.
-
-
-
Method Detail
-
getActionName
String getActionName()
Gets the name of the action causing this event.- Returns:
- the action causing this event, like
upload
orlogin
-
-