Interface Request.QueuedListener

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

public static interface Request.QueuedListener extends Request.RequestListener
Listener for the request queued event.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onQueued(Request request)
    Callback method invoked when the request is queued, waiting to be sent
  • Method Details

    • onQueued

      void onQueued(Request request)
      Callback method invoked when the request is queued, waiting to be sent
      Parameters:
      request - the request being queued