MBrCtlDataLoadSupplier Class Reference

class MBrCtlDataLoadSupplier

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
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
       
*
Public Member Functions
void CancelLoad ()

Member Functions Documentation

CancelLoad()

void CancelLoad ( ) [pure virtual]
Cancel the load operation
Since
2.8