class MMceReferObserver |
An interface to be implemented by users of MCE if they wish to use refers.
This observer is set using CMceManager::SetReferObserver function.
mceclient.lib
Public Member Functions | |
---|---|
void | Failed(CMceRefer &, TInt) |
void | ReferConnectionStateChanged(CMceRefer &, TBool) |
void | ReferStateChanged(CMceRefer &, TMceTransactionDataContainer *) |
void | Failed | ( | CMceRefer & | aRefer, |
TInt | aError | |||
) | [pure virtual] |
An error has occurred concerning a specific SIP refer. Note, that each error causes the event state to be ETerminated.
void | ReferConnectionStateChanged | ( | CMceRefer & | aRefer, |
TBool | aActive | |||
) | [pure virtual] |
The state of the connection used by the refer has changed.
void | ReferStateChanged | ( | CMceRefer & | aRefer, |
TMceTransactionDataContainer * | aContainer | |||
) | [pure virtual] |
The state of the refer has changed.
CMceRefer & aRefer | |
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.