Interface EventController.LeaveWaitingListCallback
- Enclosing class:
- EventController
public static interface EventController.LeaveWaitingListCallback
Callback interface for leaving a waiting list.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when leave waitlist operation is successful -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-