Uses of Interface
com.google.cloud.firestore.EventListener
Packages that use EventListener
-
Uses of EventListener in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type EventListenerModifier and TypeMethodDescriptionDocumentReference.addSnapshotListener(EventListener<DocumentSnapshot> listener) Starts listening to the document referenced by this DocumentReference.DocumentReference.addSnapshotListener(Executor executor, EventListener<DocumentSnapshot> listener) Starts listening to the document referenced by this DocumentReference.Query.addSnapshotListener(EventListener<QuerySnapshot> listener) Starts listening to this query.Query.addSnapshotListener(Executor executor, EventListener<QuerySnapshot> listener) Starts listening to this query.