Package cn.mapway.ui.client.mvc
Interface IModuleDispatcher
-
- All Known Implementing Classes:
ModuleDispatcher
public interface IModuleDispatcher模块调度器- Author:
- zhangjianshe
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_MODULE_HASHESstatic StringMODULE_DISPATCH_EVENTstatic StringMODULE_RETURN_EVENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModuleDispatcherswitchModule(String code, ModuleParameter parameter, boolean saveToHistory)切换模块.
-
-
-
Field Detail
-
MODULE_DISPATCH_EVENT
static final String MODULE_DISPATCH_EVENT
- See Also:
- Constant Field Values
-
MODULE_RETURN_EVENT
static final String MODULE_RETURN_EVENT
- See Also:
- Constant Field Values
-
KEY_MODULE_HASHES
static final String KEY_MODULE_HASHES
- See Also:
- Constant Field Values
-
-
Method Detail
-
switchModule
IModuleDispatcher switchModule(String code, ModuleParameter parameter, boolean saveToHistory)
切换模块.- Parameters:
code- the codeparameter- the parametersaveToHistory- the save to history- Returns:
- module dispatcher
-
-