public interface Actionable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
actionName()
Return the name of the action.
|
void |
performAction()
Perform the named action.
|
java.lang.String actionName()
void performAction() throws java.lang.Exception
java.lang.Exception
- If the action fails.