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

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

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

/**
 * Common interface for various database-based actions.
 *
 * @author Radovan Sninsky
 * @version $Revision: 304 $ $Date: 2011-04-08 10:39:02 +0200 (pi, 08 4 2011) $
 * @since 2.0
 */
public interface Action {
	/**
	 * Performs the action.
	 *
	 * @param runno sequence number of the run
	 */
	void perform(int runno);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy