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

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

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

import org.bidib.wizard.common.service.SettingsService;
import org.bidib.wizard.mvc.debug.controller.DebugInterfaceController;

import com.vlsolutions.swing.docking.DockingDesktop;

public interface DebugInterfaceControllerFactory {

    /**
     * Create the DebugInterfaceController instance.
     * 
     * @param desktop
     *            the desktop
     * @param settingsService
     *            the settings service
     * @return the DebugInterfaceController instance
     */
    DebugInterfaceController createController(final DockingDesktop desktop, final SettingsService settingsService);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy