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
isInputStream- The ready InputStream
docInfoDocumentInfo- A DocumentInfo object representing the fetched InputStream