Package com.example.breeze_seas
Interface Event.EventUpdatedCallback
- Enclosing class:
Event
public static interface Event.EventUpdatedCallback
Callback Interface for when event detects a realtime update.
-
Method Summary
-
Method Details
-
onUpdated
void onUpdated()Called when an event detects a change. -
onDeleted
void onDeleted()Called when an event detects it is deleted. -
onFailure
Called when the realtime listener fails.- Parameters:
e- Exception message.
-