Interface EventDB.EventChangeListener

Enclosing class:
EventDB

public static interface EventDB.EventChangeListener
Interface for listening to changes in the events in the Firestore database.
  • Method Summary

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

    • onEventsChanged

      void onEventsChanged(HashMap<String,Event> updatedEvents)
      Called when the events in the Firestore database have changed.
      Parameters:
      updatedEvents - the updated events