MBrCtlStateChangeObserver Class Reference

#include <mw/brctlinterface.h>

class MBrCtlStateChangeObserver
Public Member Functions
pure virtual voidStateChanged(TBrCtlDefs::TBrCtlState, TInt)

Detailed Description

The MBrCtlStateChangeObserver class receives state-changed events. At the present time, there is only one state-changed event. This event is generated when the browser switches to and from the Image Map view. In Image Map view, only an image map is displayed, which enables the user to navigate. The host application can implement this interface in order to find out when the view changes to and from the Image Map view.
  #include <brctlinterface.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
*

Member Function Documentation

StateChanged ( TBrCtlDefs::TBrCtlState, TInt )

voidStateChanged(TBrCtlDefs::TBrCtlStateaState,
TIntaValue
)[pure virtual]
Notifies the Browser Control of a state-changed event.
Since
2.8
ParameterDescription
aStateIndicates whether or not the browser is in Image Map view. Value:EStateImageMapView
aValueIndicates the state being changed. Values: ETrue indicates entering Image Map view EFalse indicates exiting Image Map view

Returns: void