Interface EventController.LeaveLocationsListCallback
- Enclosing class:
- EventController
public static interface EventController.LeaveLocationsListCallback
Callback interface for removing a location.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when delete location operation is successful -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-