Interface EventController.GetWaitlistCallback

Enclosing class:
EventController

public static interface EventController.GetWaitlistCallback
Callback interface for retrieving a waitlist
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Called when get waitlist operation is successful
  • Method Details

    • onSuccess

      void onSuccess()
      Called when get waitlist operation is successful
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error