public abstract class AbstractAction extends Object implements Action
| Constructor and Description |
|---|
AbstractAction() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Action action) |
int |
getPriority()
The priority of execution relative to the other Actions.
|
void |
setPriority(int priority) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getSupportedActionIdspublic int getPriority()
ActiongetPriority in interface Actionpublic void setPriority(int priority)
priority - the Action priority to use (lower means execute before others), see getPriority()public int compareTo(Action action)
compareTo in interface Comparable<Action>Copyright © 2004–2014 XWiki. All rights reserved.