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