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

org.bidib.wizard.config.MainViewFactory 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.main.view.MainView;

public interface MainViewFactory {

    /**
     * Create the MainView.
     * 
     * @param settingsService
     *            the settings service
     * @param applicationContext
     *            the application context
     * @return the main view
     */
    MainView create(final SettingsService settingsService);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy