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

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

There is a newer version: 3.4.0
Show newest version
package org.javasimon.testapp.test;

/**
 * Interface Controller.
 *
 * @author Radovan Sninsky
 * @version $Revision: $ $ Date: $
 * @since 2.0
 */
public interface Controller {

	Action next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy