public interface EventListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(T value,
FirestoreException error)
onEvent will be called with the new value or the error if an error occurred.
|
void onEvent(@Nullable T value, @Nullable FirestoreException error)
value - The value of the event. null if there was an error.error - The error if there was error. null otherwise.Copyright © 2018 Google. All rights reserved.