public abstract class AbstractActionExecutionEvent extends Object implements Serializable, ActionExecutionEvent
Constructor and Description |
---|
AbstractActionExecutionEvent()
Match any
ActionExecutedEvent . |
AbstractActionExecutionEvent(String actionName)
Constructor initializing the action name of the event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getActionName()
Gets the name of the action causing this event.
|
int |
hashCode() |
boolean |
matches(Object otherEvent) |
String |
toString() |
public AbstractActionExecutionEvent()
ActionExecutedEvent
.public AbstractActionExecutionEvent(String actionName)
actionName
- the name of the actionpublic String getActionName()
ActionExecutionEvent
getActionName
in interface ActionExecutionEvent
upload
or login
public boolean matches(Object otherEvent)
matches
in interface org.xwiki.observation.event.Event
Copyright © 2004–2021 XWiki. All rights reserved.