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
void HandleError ( TInt )
void HandleLoadComplete ()
void HandleNextDataChunk (const TDesC8 &)

Member Functions Documentation

HandleError(TInt)

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

Parameters

TInt aError The error code

HandleLoadComplete()

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

HandleNextDataChunk(const TDesC8 &)

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

Parameters

const TDesC8 & aData The data chunk to process