Package org.multiverse.api.lifecycle
Interface TxnListener
-
- All Known Implementing Classes:
CountDownCommitBarrier.RestorePartiesCompensatingTask
public interface TxnListener
A listener tailored for listening to events in theTxn
life-cycle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(Txn txn, TxnEvent e)
-