public interface PostExecAction
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActionContext context,
PostExecData data)
Called after the command is executed.
|
void execute(ActionContext context, PostExecData data)
context - context on which the command was executed.data - data about the executed command.