Interface ProfileDB.ProfileChangeListener

Enclosing class:
ProfileDB

public static interface ProfileDB.ProfileChangeListener
Interface for listening to changes in the profiles cache.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the profiles have changed.
  • Method Details

    • onProfilesChanged

      void onProfilesChanged(HashMap<String,Profile> updatedProfiles)
      Called when the profiles have changed.
      Parameters:
      updatedProfiles - the updated profiles