MBrCtlDataLoadConsumer Class Reference

#include <mw/brctlinterface.h>

class MBrCtlDataLoadConsumer
Public Member Functions
pure virtual voidHandleError(TInt)
pure virtual voidHandleLoadComplete()
pure virtual voidHandleNextDataChunk(const TDesC8 &)

Detailed Description

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
*

Member Function 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
ParameterDescription
aErrorThe error code

Returns: void

HandleLoadComplete ( )

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

Returns: void

HandleNextDataChunk ( const TDesC8 & )

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

Returns: void