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

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



Copyright © 1995-2005 SPY Internetworking. All Rights Reserved.