Interface EventController.EventDetailsCallback

Enclosing class:
EventController

public static interface EventController.EventDetailsCallback
Callback interface for event details fetch operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Returns the event being fetched
  • Method Details

    • onEventDetailsFetched

      void onEventDetailsFetched(Event event)
      Returns the event being fetched
      Parameters:
      event - Event that was fetched
    • onError

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