Interface ProfileDB.ProfileChangeListener
- Enclosing class:
- ProfileDB
public static interface ProfileDB.ProfileChangeListener
Interface for listening to changes in the profiles cache.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onProfilesChanged
(HashMap<String, Profile> updatedProfiles) Called when the profiles have changed.
-
Method Details
-
onProfilesChanged
Called when the profiles have changed.- Parameters:
updatedProfiles
- the updated profiles
-