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)

void EventConnectionStateChanged ( CMceEvent & aEvent,
TBool aActive
) [pure virtual]

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

Parameters

CMceEvent & aEvent
TBool aActive

EventStateChanged(CMceEvent &, TMceTransactionDataContainer *)

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

The state of the event has changed.

Parameters

CMceEvent & aEvent
TMceTransactionDataContainer * aContainer

Failed(CMceEvent &, TInt)

void Failed ( CMceEvent & aEvent,
TInt aError
) [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 *)

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

The state of the event has changed.

Parameters

CMceEvent & aEvent
TMceTransactionDataContainer * aContainer