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

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

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

import javax.swing.JFrame;

import org.bidib.wizard.api.model.CommandStationNodeInterface;
import org.bidib.wizard.api.model.NodeProvider;
import org.bidib.wizard.mvc.common.DialogRegistry;
import org.bidib.wizard.mvc.loco.controller.LocoController;

public interface LocoControllerFactory {

    /**
     * Create the loco controller.
     * 
     * @param node
     *            the node
     * @param parent
     *            the parent frame
     * @param nodeProvider
     *            the node provider
     * @return the loco controller
     */
    LocoController createLocoController(
        final CommandStationNodeInterface node, JFrame parent, final NodeProvider nodeProvider,
        final DialogRegistry dialogRegistry);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy