Class AccountBookListener


  • public abstract class AccountBookListener
    extends java.lang.Object
    Created by sreilly - 2014.03.06 17:37
    • Constructor Detail

      • AccountBookListener

        public AccountBookListener()
    • Method Detail

      • accountBookDataReplaced

        public abstract void accountBookDataReplaced​(AccountBook book)
        This is called when the entire data set from the account book has been replaced. When you get this you should reload everything, but item IDs will maintain consistency.
      • accountBookDataUpdated

        public abstract void accountBookDataUpdated​(AccountBook book)
        This is called when the data is incrementally updated, probably from sync data that is received from elsewhere.
      • balancesHaveChanged

        public void balancesHaveChanged​(AccountBook book)
        This is called when any account balances have changed
      • syncingBegan

        public void syncingBegan​(AccountBook book)
        Called when syncing has begun
      • syncingFinished

        public void syncingFinished​(AccountBook book,
                                    boolean success,
                                    java.lang.String errorMessageIfAny)
        Called when syncing has finished