|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.bridge.event.AbstractActionExecutionEvent
public abstract class AbstractActionExecutionEvent
Base class for all action execution related events.
| Constructor Summary | |
|---|---|
AbstractActionExecutionEvent()
Match any ActionExecutedEvent. |
|
AbstractActionExecutionEvent(String actionName)
Constructor initializing the action name of the event. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
String |
getActionName()
Gets the name of the action causing this event. |
int |
hashCode()
|
boolean |
matches(Object otherEvent)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractActionExecutionEvent()
ActionExecutedEvent.
public AbstractActionExecutionEvent(String actionName)
actionName - the name of the action| Method Detail |
|---|
public String getActionName()
ActionExecutionEvent
getActionName in interface ActionExecutionEventupload or loginpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object object)
equals in class Objectpublic boolean matches(Object otherEvent)
matches in interface org.xwiki.observation.event.Eventpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||