AccountListener
public interface AccountListener
Listener called when there is a change in account state.
Use addAccountListener and removeAccountListener on User instance to register or unregister listeners.
Public Method Summary
Type | Method |
---|---|
void | update(Account account, ArrayList<Transaction> transactions) This method gets invoked when account state changes. |
Public Methods
update
public void update(Account account, ArrayList<Transaction> transactions)
This method gets invoked when account state changes.