public abstract class AccountBookListener
extends java.lang.Object
Constructor and Description |
---|
AccountBookListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
accountBookDataReplaced(AccountBook book)
This is called when the entire data set from the account book has been replaced.
|
abstract void |
accountBookDataUpdated(AccountBook book)
This is called when the data is incrementally updated, probably from sync data that
is received from elsewhere.
|
void |
balancesHaveChanged(AccountBook book)
This is called when any account balances have changed
|
void |
syncingBegan(AccountBook book)
Called when syncing has begun
|
void |
syncingFinished(AccountBook book,
boolean success,
java.lang.String errorMessageIfAny)
Called when syncing has finished
|
public abstract void accountBookDataReplaced(AccountBook book)
public abstract void accountBookDataUpdated(AccountBook book)
public void balancesHaveChanged(AccountBook book)
public void syncingBegan(AccountBook book)
public void syncingFinished(AccountBook book, boolean success, java.lang.String errorMessageIfAny)