Interface FacilityDB.FacilityChangeListener

Enclosing class:
FacilityDB

public static interface FacilityDB.FacilityChangeListener
Interface for listening to changes in the facilities collection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the facilities in the Firestore database have changed.
  • Method Details

    • onFacilitiesChanged

      void onFacilitiesChanged(HashMap<String,Facility> updatedFacilities)
      Called when the facilities in the Firestore database have changed.
      Parameters:
      updatedFacilities - the updated facilities