bitronix.tm.internal
Interface TransactionStatusChangeListener
public interface TransactionStatusChangeListener
BitronixTransaction
status change listener interface.
- Author:
- lorban
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.
Copyright © 2006-2013 Bitronix Software. All Rights Reserved.