public interface IModuleContextAction extends IAction
It is implemented by BaseAction
, so if your
extends from it you can access to the context
just by calling to BaseAction.getContext()
(since 4m1).
Modifier and Type | Method and Description |
---|---|
void |
setContext(ModuleContext context) |
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
void setContext(ModuleContext context)