S60 3rd Edition API Reference: MBrCtlLoadEventObserver Class Reference

MBrCtlLoadEventObserver Class Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib


#include <brctlinterface.h>

Detailed Description

The MBrCtlLoadEventObserver interface receives load progress events.

The host application can implement this interface.

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

Public Member Functions

virtual void HandleBrowserLoadEventL (TBrCtlDefs::TBrCtlLoadEvent aLoadEvent, TUint aSize, TUint16 aTransactionId)=0
 A load events notification.

Member Function Documentation

virtual void MBrCtlLoadEventObserver::HandleBrowserLoadEventL TBrCtlDefs::TBrCtlLoadEvent  aLoadEvent,
TUint  aSize,
TUint16  aTransactionId
[pure virtual]
 

A load events notification.

Parameters:
aLoadEvent The load event
aSize Size depends on the event
aTransactionId The transaction id of the transaction that had this event
Returns:
void

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

Copyright © Nokia Corporation 2001-2007
Back to top