public interface IOCallback

Known subtypesHTMLComponent

This interface is implemented by HTMLComponent and ResourceThread (The two classes using the AsyncDocumentRequestHandler)

Methods

public abstract void streamReady(InputStream is, DocumentInfo docInfo)Called when the stream of the document is ready

Method details

streamReady

public abstract void streamReady(InputStream is, DocumentInfo docInfo)
Called when the stream of the document is ready

Parameters

is InputStream
The ready InputStream
docInfo DocumentInfo
A DocumentInfo object representing the fetched InputStream