Uses of Interface
cn.mapway.ui.client.mvc.IModuleDispatcher
-
Packages that use IModuleDispatcher Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.mvc -
-
Uses of IModuleDispatcher in cn.mapway.ui.client.frame
Classes in cn.mapway.ui.client.frame that implement IModuleDispatcher Modifier and Type Class Description classModuleDispatcherModuleDispatcher 有两种事件的发生 会调度到这个模块调度器 1.Methods in cn.mapway.ui.client.frame that return IModuleDispatcher Modifier and Type Method Description IModuleDispatcherModuleDispatcher. switchModule(String code, ModuleParameter parameter, boolean saveToHistory) -
Uses of IModuleDispatcher in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc that return IModuleDispatcher Modifier and Type Method Description IModuleDispatcherIModuleDispatcher. switchModule(String code, ModuleParameter parameter, boolean saveToHistory)切换模块.
-