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 Details

  • Method Details

    • getNextModule

      String getNextModule()
      The name of the module to go.

      Returns:
      if null no navigation is produces, and if PREVIOUS_MODULE then returns to the previous module.
    • hasReinitNextModule

      boolean hasReinitNextModule()