Package com.example.breeze_seas
Interface EventMutationCallback
public interface EventMutationCallback
Callback used by legacy organizer mutation paths that expect success/failure notifications.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called after an event mutation succeeds. -
onFailure
Called after an event mutation fails.- Parameters:
e- Failure returned by the attempted mutation.
-