Interface RequestDestroyed

All Superinterfaces:
Event, NetworkEvent

public interface RequestDestroyed extends NetworkEvent
An event indicating that the URL request has been destroyed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Network
    Returns the Network instance initiated this event.
    default UrlRequest
    Returns the URL request that has been destroyed.
  • Method Details

    • network

      default Network network()
      Description copied from interface: NetworkEvent
      Returns the Network instance initiated this event.
      Specified by:
      network in interface NetworkEvent
    • urlRequest

      default UrlRequest urlRequest()
      Returns the URL request that has been destroyed.