
nuggets.IDelayedOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-nuggets Show documentation
Show all versions of jadex-nuggets Show documentation
The Jadex nuggets is a fast Java bean to
XML and back converter.
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