Package com.db4o

Interface TransactionListener

  • All Known Implementing Classes:
    NullTransactionListener

    public interface TransactionListener
    allows registration with a transaction to be notified of commit and rollback
    • Method Detail

      • preCommit

        void preCommit()
      • postRollback

        void postRollback()