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 TypeMethodDescriptionvoidonEventsChanged(HashMap<String, Event> updatedEvents) Called when the events in the Firestore database have changed.
-
Method Details
-
onEventsChanged
Called when the events in the Firestore database have changed.- Parameters:
updatedEvents- the updated events
-