net.spy.db
Interface TransactionListener


public interface TransactionListener

Interface for objects that want to be notified when they're at the end of their transaction. Any Savable that implements this interface will receive this notification.


Method Summary
 void transactionCommited()
          Method called when the transaction is over.
 

Method Detail

transactionCommited

public void transactionCommited()
Method called when the transaction is over.