MBrCtlStateChangeObserver Class Reference

class MBrCtlStateChangeObserver
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
       
*
Public Member Functions
void StateChanged ( TBrCtlDefs::TBrCtlState , TInt )

Member Functions Documentation

StateChanged(TBrCtlDefs::TBrCtlState, TInt)

void StateChanged ( TBrCtlDefs::TBrCtlState aState,
TInt aValue
) [pure virtual]
Notifies the Browser Control of a state-changed event.
Since
2.8

Parameters

TBrCtlDefs::TBrCtlState aState Indicates whether or not the browser is in Image Map view. Value:EStateImageMapView
TInt aValue Indicates the state being changed. Values: ETrue indicates entering Image Map view EFalse indicates exiting Image Map view