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

org.ioc.commons.flowcontrol.appcontroller.AppController Maven / Gradle / Ivy

Go to download

Library which contains some extension classes for the library IOC-Commons. It provides some interface definitions and some tool classes which are non-dependent from the used technology; i.e. the classes and interfaces from this library do not depend on the choosen ioc-commons-implementation library.

The newest version!
package org.ioc.commons.flowcontrol.appcontroller;

import org.ioc.commons.ui.HasOneWidget;

/**
 * An useful definition for implementing an App controller.
 * 
 * @author Jesús Lunar Pérez
 * 
 */
public interface AppController {

	public void run(HasOneWidget parentView, Object... params);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy