MMceEventObserver Class Reference

class MMceEventObserver

An interface to be implemented by users of MCE if they wish to use events.

This observer is set using CMceManager::SetEventObserver function.

mceclient.lib

Member Functions Documentation

EventConnectionStateChanged(CMceEvent &, TBool)

voidEventConnectionStateChanged(CMceEvent &aEvent,
TBoolaActive
)[pure virtual]

The state of the event used by the refer has changed.

Parameters

CMceEvent & aEvent
TBool aActive

EventStateChanged(CMceEvent &, TMceTransactionDataContainer *)

voidEventStateChanged(CMceEvent &aEvent,
TMceTransactionDataContainer *aContainer
)[pure virtual]

The state of the event has changed.

Parameters

CMceEvent & aEvent
TMceTransactionDataContainer * aContainer

Failed(CMceEvent &, TInt)

voidFailed(CMceEvent &aEvent,
TIntaError
)[pure virtual]

An error has occurred concerning a specific SIP event. Note, that each error causes the event state to be ETerminated.

Parameters

CMceEvent & aEvent
TInt aError

NotifyReceived(CMceEvent &, TMceTransactionDataContainer *)

voidNotifyReceived(CMceEvent &aEvent,
TMceTransactionDataContainer *aContainer
)[pure virtual]

The state of the event has changed.

Parameters

CMceEvent & aEvent
TMceTransactionDataContainer * aContainer