public interface AccountListener
Modifier and Type | Method and Description |
---|---|
void |
accountAdded(Account parentAccount,
Account newAccount)
Is called when an account is added.
|
void |
accountBalanceChanged(Account account)
Is called when the account balance is changed
|
void |
accountDeleted(Account parentAccount,
Account deletedAccount)
Is called when an account is deleted.
|
void |
accountModified(Account account)
Is called when some aspect of the account is modified, such
as account name, currency, etc.
|
void accountModified(Account account)
void accountBalanceChanged(Account account)
void accountDeleted(Account parentAccount, Account deletedAccount)