| 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
| Public Member Functions | |
|---|---|
| void | EventConnectionStateChanged ( CMceEvent &, TBool ) |
| void | EventStateChanged ( CMceEvent &, TMceTransactionDataContainer *) |
| void | Failed ( CMceEvent &, TInt ) |
| void | NotifyReceived ( CMceEvent &, TMceTransactionDataContainer *) |
| void | EventConnectionStateChanged | ( | CMceEvent & | aEvent, |
| TBool | aActive | |||
| ) | [pure virtual] | |||
The state of the event used by the refer has changed.
| void | EventStateChanged | ( | CMceEvent & | aEvent, |
| TMceTransactionDataContainer * | aContainer | |||
| ) | [pure virtual] | |||
The state of the event has changed.
| CMceEvent & aEvent | |
| TMceTransactionDataContainer * aContainer |
| 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.
| void | NotifyReceived | ( | CMceEvent & | aEvent, |
| TMceTransactionDataContainer * | aContainer | |||
| ) | [pure virtual] | |||
The state of the event has changed.
| CMceEvent & aEvent | |
| TMceTransactionDataContainer * aContainer |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.