Package com.example.breeze_seas
Interface Event.ListsLoadedCallback
- Enclosing class:
Event
public static interface Event.ListsLoadedCallback
Callback interface for when
Event.fetchLists(ListsLoadedCallback) finishes.-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when lists are successfully loaded -
onFailure
Called when lists failed to load.- Parameters:
e- Exception message.
-