MAknMarkingModeObserver Class Reference

#include <mw/aknmarkingmodeobserver.h>

Link against: eikcoctl

class MAknMarkingModeObserver
Public Member Functions
pure virtual TBool ExitMarkingMode()
pure virtual voidMarkingModeStatusChanged(TBool)

Detailed Description

Collection observer.

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

Since
S60 v5.2

Member Function Documentation

ExitMarkingMode ( )

TBool ExitMarkingMode()const [pure virtual]

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

Returns: ETrue if marking mode should be closed, otherwise EFalse.

MarkingModeStatusChanged ( TBool )

voidMarkingModeStatusChanged(TBoolaActivated)[pure virtual]

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

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