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