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

org.bidib.wizard.config.DebugConsoleControllerFactory Maven / Gradle / Ivy

There is a newer version: 2.0.29
Show newest version
package org.bidib.wizard.config;

import org.bidib.wizard.mvc.nodedebug.controller.DebugConsoleController;

public interface DebugConsoleControllerFactory {

    /**
     * Create the DebugConsoleController instance.
     * 
     * @return the DebugConsoleController instance
     */
    DebugConsoleController createController();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy