Interface Request.SuccessListener

All Superinterfaces:
EventListener, Request.RequestListener
All Known Subinterfaces:
Request.Listener
All Known Implementing Classes:
Request.Listener.Adapter
Enclosing interface:
Request

public static interface Request.SuccessListener extends Request.RequestListener
Listener for the request succeeded event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSuccess(Request request)
    Callback method invoked when the request has been successfully sent.
  • Method Details

    • onSuccess

      void onSuccess(Request request)
      Callback method invoked when the request has been successfully sent.
      Parameters:
      request - the request sent