Interface EventController.EventMapCallback

Enclosing class:
EventController

public static interface EventController.EventMapCallback
Callback interface for event map fetch operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Returns a map containing all the entrants and their locations when they joined an event waitlist
  • Method Details

    • onEventMapFetched

      void onEventMapFetched(Map<String,Object> locations)
      Returns a map containing all the entrants and their locations when they joined an event waitlist
      Parameters:
      locations - map to be returned
    • onError

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