MEvtMgmtUiLbtObserver Class Reference

class MEvtMgmtUiLbtObserver

Member Functions Documentation

NotifyLbtChangeL(TLbtTriggerId &, TInt)

void NotifyLbtChangeL ( TLbtTriggerId & aTriggerId,
TInt aState
) [pure virtual]

It will be used to notify observer that lbt operation has be completed

Parameters

TLbtTriggerId & aTriggerId trigger id of newly created trigger
TInt aState It will contain the the operation type

NotifyLbtError(TInt, TInt)

void NotifyLbtError ( TInt aErrorCode,
TInt aState
) [pure virtual]

It will be used to notify observer that lbt operation has be failed

Parameters

TInt aErrorCode It will contain the status of the operation KErrNone if successful otherwise error status code
TInt aState It will contain the the operation type

NotifyTriggerChangeL(const TLbtTriggerId &, TLbtTriggerChangeType)

void NotifyTriggerChangeL ( const TLbtTriggerId & aTriggerId,
TLbtTriggerChangeType aType
) [pure virtual]

It will be used to notify observer that the trigger which is owned by EventsUi has been modified outside, either by Manger Ui or Event Handler

Parameters

const TLbtTriggerId & aTriggerId trigger id of newly created trigger
TLbtTriggerChangeType aType It will contain type of trigger change

Member Enumerations Documentation

Enum TLbtTriggerChangeType

Enumerators

ETriggerMultipleModified
ETriggerModified
ETriggerDeleted