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

nuggets.IDelayedOperation Maven / Gradle / Ivy

The newest version!
package nuggets;

/** IDelayedOperation 
 * @author walczak
 * @since  Jan 19, 2006
 */
public interface IDelayedOperation
{
	/** perform the operation 
	 * @param asm 
	 * @throws Exception 
	 */
	void perform(IAssembler asm) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy