Package com.example.breeze_seas
Interface EventDB.EventsChangedCallback
- Enclosing class:
EventDB
public static interface EventDB.EventsChangedCallback
Callbacks fired by the realtime events collection listener.
Unlike Event.startEventListen(com.example.breeze_seas.Event.EventUpdatedCallback), which watches a single event document,
this listener watches the entire "events" collection. Reacts to changes across all events
without a manual refresh.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEventAdded(Event event) voidonEventModified(Event event) voidonEventRemoved(Event event) void
-
Method Details
-
onEventAdded
-
onEventModified
-
onEventRemoved
-
onFailure
-