MBrCtlDataLoadConsumer Class Reference

class MBrCtlDataLoadConsumer

The MBrCtlDataLoadConsumer class is a callback interface that provides the Browser Control with the ability to receive content incrementally.

  #include <brctlinterface.h>
 @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
*
Public Member Functions
voidHandleError(TInt)
voidHandleLoadComplete()
voidHandleNextDataChunk(const TDesC8 &)

Member Functions Documentation

HandleError(TInt)

voidHandleError(TIntaError)[pure virtual]
Inform the Browser Control that an error occured if HandleError() is called, then LoadComplete() is infered.
Since
2.8

Parameters

TInt aErrorThe error code

HandleLoadComplete()

voidHandleLoadComplete()[pure virtual]
Inform the Browser Control about completion of data load
Since
2.8

HandleNextDataChunk(const TDesC8 &)

voidHandleNextDataChunk(const TDesC8 &aData)[pure virtual]
Pass the next data chunk
Since
2.8

Parameters

const TDesC8 & aDataThe data chunk to process