bitronix.tm.internal
Interface TransactionStatusChangeListener


public interface TransactionStatusChangeListener

BitronixTransaction status change listener interface.

© Bitronix Software

Author:
lorban

Method Summary
 void statusChanged(int oldStatus, int newStatus)
          Fired when the status of a BitronixTransaction has changed.
 

Method Detail

statusChanged

void statusChanged(int oldStatus,
                   int newStatus)
Fired when the status of a BitronixTransaction has changed.

Parameters:
oldStatus - the old status of the BitronixTransaction.
newStatus - the new status of the BitronixTransaction.
See Also:
Status constant values.