public interface ActionHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
void |
performAction(Action action)
This method will be called to perform the action.
|
static final java.lang.String COPYRIGHT
void performAction(Action action)
action
- An Action object.