All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.ui.client.mvc.IModuleDispatcher Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
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