cn.mapway.ui.client.mvc.IModuleDispatcher Maven / Gradle / Ivy
package cn.mapway.ui.client.mvc;
/**
* 模块调度器
*
* @author zhangjianshe
*/
public interface IModuleDispatcher {
/**
* 切换模块.
*
* @param code the code
* @param parameter the parameter
* @param saveToHistory the save to history
* @return module dispatcher
*/
IModuleDispatcher switchModule(String code, ModuleParameter parameter, boolean saveToHistory);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy