com.sun.lwuit.html
Interface AsyncDocumentRequestHandler.IOCallback

All Known Implementing Classes:
HTMLComponent
Enclosing interface:
AsyncDocumentRequestHandler

public static interface AsyncDocumentRequestHandler.IOCallback

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


Method Summary
 void streamReady(java.io.InputStream is, DocumentInfo docInfo)
          Called when the stream of the document is ready
 

Method Detail

streamReady

void streamReady(java.io.InputStream is,
                 DocumentInfo docInfo)
Called when the stream of the document is ready

Parameters:
is - The ready InputStream
docInfo - A DocumentInfo object representing the fetched InputStream