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

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

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

import org.bidib.wizard.api.service.console.ConsoleService;
import org.bidib.wizard.mvc.console.controller.ConsoleController;

import com.vlsolutions.swing.docking.DockingDesktop;

public interface ConsoleControllerFactory {

    /**
     * Create the ConsoleController instance.
     * 
     * @param desktop
     *            the desktop
     * @return the ConsoleController instance
     */
    ConsoleController createController(final DockingDesktop desktop, final ConsoleService consoleService);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy