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

com.ksyzt.gwt.client.mainframe.IModuleFactory Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.ksyzt.gwt.client.mainframe;


// TODO: Auto-generated Javadoc

/**
 * A factory for creating IModule objects.
 */
public interface IModuleFactory {

    /**
     * Creates a new IModule object.
     *
     * @return the i app module
     */
    public IAppModule createModule();

    /**
     * Gets the module caption.
     *
     * @return the module caption
     */
    public String getModuleCaption();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy