MAknMarkingModeObserver Class Reference

class MAknMarkingModeObserver

Collection observer.

This interface is intended for those objects that are interested of collection state and need to receive collection notifications.

eikcoctl
Since
S60 v5.2
Public Member Functions
TBool ExitMarkingMode()
voidMarkingModeStatusChanged(TBool)

Member Functions Documentation

ExitMarkingMode()

TBool ExitMarkingMode()const [pure virtual]

This method is called just before marking mode is closed. Client can either accept or decline closing.

MarkingModeStatusChanged(TBool)

voidMarkingModeStatusChanged(TBoolaActivated)[pure virtual]

This method is called when marking mode is activated or deactivated.

Parameters

TBool aActivatedETrue if marking mode was activated, EFalse if marking mode was deactivated.