@FunctionalInterface
public interface ActionProxy<S,E>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActionContext<S,E> context,
Action<S,E> action)
Execute this action.
|
void execute(ActionContext<S,E> context, Action<S,E> action)
context - the ActionContext.action - the Action to execute.