Package cn.mapway.ui.client.mvc
Interface IModuleDispatcher
- All Known Implementing Classes:
ModuleDispatcher
public interface IModuleDispatcher
模块调度器
- Author:
- zhangjianshe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionswitchModule(String code, ModuleParameter parameter, boolean saveToHistory) 切换模块.
-
Field Details
-
MODULE_DISPATCH_EVENT
- See Also:
-
MODULE_RETURN_EVENT
- See Also:
-
KEY_MODULE_HASHES
- See Also:
-
-
Method Details
-
switchModule
切换模块.- Parameters:
code- the codeparameter- the parametersaveToHistory- the save to history- Returns:
- module dispatcher
-