Interface Event.FindTicketCallback

Enclosing class:
Event

public static interface Event.FindTicketCallback
A public callback interface to return the result of an asynchronous search.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onResult(String ticketId)
     
  • Method Details

    • onResult

      void onResult(String ticketId)