public interface Action
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
The default prefix to be used for all actions implementing this interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute()
Verify that this action can be executed given the current action context.
|
void |
execute()
Execute the action.
|
String |
getId()
Return the ID for this action.
|
static final String PREFIX
String getId()
void execute()
boolean canExecute()
Copyright © 2019. All rights reserved.