S60 3rd Edition API Reference: MBrCtlDataLoadSupplier Class Reference

MBrCtlDataLoadSupplier Class Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib


#include <brctlinterface.h>

Detailed Description

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

It does this by providing a means for the Browser Control to cancel the load operation if an error occurs. For example, if the Browser Control runs out of memory during the load operation, it can cancel that operation by means of this interface.

Usage:

  #include <BrCtlInterface.h>
 @see S60 Platform: Browser Control API Developer's Guide Version 2.0
 
 
 @file BrCtlInterface.h
*

Public Member Functions

virtual void CancelLoad ()=0
 Cancel the load operation.

Member Function Documentation

virtual void MBrCtlDataLoadSupplier::CancelLoad  )  [pure virtual]
 

Cancel the load operation.

Returns:
void

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top