| com.google.firebase.database.EventTarget |
This interface defines the operations required for the Firebase Database library to fire callbacks.
Most users should not need this interface, it is only applicable if you are customizing the way
in which callbacks are triggered.
See DatabaseConfig for more information
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method will be called from the library's event loop whenever there is a new callback
to be triggered.
| |||||||||||
This method will be called from the library's event loop whenever there is a new callback to be triggered.
| r | The callback to be run |
|---|