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

org.javasimon.examples.testapp.test.Controller Maven / Gradle / Ivy

package org.javasimon.examples.testapp.test;

/**
 * Interface Controller.
 *
 * @author Radovan Sninsky
 * @since 2.0
 */
public interface Controller {

	Action next();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy