| class MBTEngActiveObserver |
?description Class MBTEngActiveObserver
Callback class for receiving a completed active object event. Users of CBTEngActive need to derive from this class.
| Public Member Functions | |
|---|---|
| void | HandleError ( CBTEngActive *, TInt , TInt ) |
| void | RequestCompletedL ( CBTEngActive *, TInt , TInt ) |
| void | HandleError | ( | CBTEngActive * | aActive, |
| TInt | aId, | |||
| TInt | aError | |||
| ) | [pure virtual] | |||
Callback to notify that an error has occurred in RunL.
| CBTEngActive * aActive | Pointer to the active object that completed. |
| TInt aId | The ID that identifies the outstanding request. |
| TInt aError |
| void | RequestCompletedL | ( | CBTEngActive * | aActive, |
| TInt | aId, | |||
| TInt | aStatus | |||
| ) | [pure virtual] | |||
Callback to notify that an outstanding request has completed.
| CBTEngActive * aActive | Pointer to the active object that completed. |
| TInt aId | The ID that identifies the outstanding request. |
| TInt aStatus | The status of the completed request. |
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.