Interface FacilityDB.FacilityChangeListener
- Enclosing class:
- FacilityDB
public static interface FacilityDB.FacilityChangeListener
Interface for listening to changes in the facilities collection.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFacilitiesChanged(HashMap<String, Facility> updatedFacilities) Called when the facilities in the Firestore database have changed.
-
Method Details
-
onFacilitiesChanged
Called when the facilities in the Firestore database have changed.- Parameters:
updatedFacilities- the updated facilities
-