Package com.example.breeze_seas
Interface EventDB.AddEventCallback
- Enclosing class:
EventDB
public static interface EventDB.AddEventCallback
Callback interface for when adding an event.
-
Method Summary
-
Method Details
-
onSuccess
Called when adding an event to the database was successful.- Parameters:
eventId- Event id of the added successful.
-
onFailure
Called when adding an event to the database has failed.- Parameters:
e- Exception message.
-