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

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

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

import org.bidib.wizard.mvc.netdebug.controller.NetDebugController;

import com.vlsolutions.swing.docking.DockingDesktop;

public interface NetDebugControllerFactory {

    /**
     * Create the NetDebugController instance.
     * 
     * @param desktop
     *            the desktop
     * @return the NetDebugController instance
     */
    NetDebugController createController(final DockingDesktop desktop);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy