Package org.multiverse.api.lifecycle
Interface TxnListener
-
public interface TxnListenerA listener tailored for listening to events in theTxnlife-cycle.- Author:
- Peter Veentjer
- See Also:
TxnEvent,TxnConfig.getPermanentListeners(),Txn.register(TxnListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(Txn txn, TxnEvent e)
-