TransactionListener
public interface TransactionListener
Listener called when there is a change in transaction state.
Use addTransactionListener and removeTransactionListener on User instance to register or unregister listeners.
Public Method Summary
Type | Method |
---|---|
void | update(Transaction transaction) This method gets invoked when transaction state changes. |
Public Methods
update
public void update(Transaction transaction)
This method gets invoked when transaction state changes.