MBrCtlDataLoadConsumer Class Reference
#include
<mw/brctlinterface.h>
class MBrCtlDataLoadConsumer |
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 )
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 |
---|
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 |
---|
aData | The data chunk to process |