public interface AsyncDocumentRequestHandler extends DocumentRequestHandler
Modifier and Type | Method and Description |
---|---|
void |
resourceRequestedAsync(DocumentInfo docInfo,
IOCallback callback)
This method is called by HTMLComponent when a resource is requested asynchronously.
|
resourceRequested
void resourceRequestedAsync(DocumentInfo docInfo, IOCallback callback)
docInfo
- A DocumentInfo object representing the requested URL and its attributescallback
- The HTMLComponent that should be called back when the stream was fetched.