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

org.nakedobjects.runtime.transaction.TransactionalClosure Maven / Gradle / Ivy

There is a newer version: 4.0-beta-1
Show newest version
package org.nakedobjects.runtime.transaction;

public interface TransactionalClosure {

	public void execute();
	
	public void onSuccess();
	
	public void onFailure();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy