Interface EventController.UpdateEventCallback
- Enclosing class:
- EventController
public static interface EventController.UpdateEventCallback
Callback interface for updating event details.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when update event operation is successful -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-