Package com.example.breeze_seas
Interface EventDB.LoadEventsCallback
- Enclosing class:
EventDB
public static interface EventDB.LoadEventsCallback
Callback interface when loading all events from the database.
-
Method Summary
-
Method Details
-
onSuccess
Called when all events are successfully loaded.- Parameters:
events- ArrayList of events reflecting the database at time of calling.
-
onFailure
Called when there is a failure in loading all events from the database.- Parameters:
e- Exception message.
-