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

org.valkyriercp.rules.closure.ClosureTemplate Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.rules.closure;

/**
 * Marks the Template as being able to run a Closure on its contents.
 *
 * @author Keith Donald
 */
public interface ClosureTemplate {

	/**
	 * Execute the template with the specific closure callback for the insertion
	 * of custom processing code.
	 *
	 * @param templateCallback The procedure callback.
	 */
	void run(Closure templateCallback);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy