public interface TransactionStatusChangeListener
BitronixTransaction status change listener interface.| Modifier and Type | Method and Description |
|---|---|
void |
statusChanged(int oldStatus,
int newStatus)
Fired when the status of a
BitronixTransaction has changed. |
void statusChanged(int oldStatus,
int newStatus)
BitronixTransaction has changed.oldStatus - the old status of the BitronixTransaction.newStatus - the new status of the BitronixTransaction.Status constant values.Copyright © 2006-2023 Bitronix Software. All Rights Reserved.