Package org.openxava.actions
Interface IChangeModuleAction
-
- All Superinterfaces:
IAction
- All Known Implementing Classes:
ChangeModuleAction
,ReturnPreviousModuleAction
public interface IChangeModuleAction extends IAction
To go to another module.- Author:
- Javier Paniza
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PREVIOUS_MODULE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNextModule()
The name of the module to go.boolean
hasReinitNextModule()
-
Methods inherited from interface org.openxava.actions.IAction
execute, getErrors, getMessages, setEnvironment, setErrors, setMessages
-
-
-
-
Field Detail
-
PREVIOUS_MODULE
static final java.lang.String PREVIOUS_MODULE
- See Also:
- Constant Field Values
-
-