MBrCtlLoadEventObserver Class Reference

#include <mw/brctlinterface.h>

class MBrCtlLoadEventObserver
Public Member Functions
pure virtual voidHandleBrowserLoadEventL(TBrCtlDefs::TBrCtlLoadEvent, TUint, TUint16)

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
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
*

Member Function Documentation

HandleBrowserLoadEventL ( TBrCtlDefs::TBrCtlLoadEvent, TUint, TUint16 )

voidHandleBrowserLoadEventL(TBrCtlDefs::TBrCtlLoadEventaLoadEvent,
TUintaSize,
TUint16aTransactionId
)[pure virtual]
A load events notification
Since
2.8
Parameters
aLoadEventThe load event
aSizeSize depends on the event
aTransactionIdThe transaction id of the transaction that had this event
Return Value
void