MTransactionObserver Class Reference
Inherited by CTaskManagerAppView.
List of all members.
Detailed Description
A mixin class for notifying about transactions.
Definition at line 53 of file TaskManagerEngine.h.
Member Function Documentation
virtual void MTransactionObserver::OpeningConnectionL |
( |
|
) |
[pure virtual] |
Called when a GPRS connection is being opened.
virtual void MTransactionObserver::SuccessL |
( |
const CResponse & |
aResponse |
) |
[pure virtual] |
Called when aa transaction has successfully finished.
- Parameters:
-
| aResponse | contains the response received from the server. |
virtual void MTransactionObserver::FailedL |
( |
const TInt & |
aError |
) |
[pure virtual] |
Called when a transaction has failed.
- Parameters:
-
virtual void MTransactionObserver::ConnectingToServerL |
( |
const TBool & |
aLoadingTasks |
) |
[pure virtual] |
Called when a transaction is initiated.
- Parameters:
-
| aLoadingTasks | ETrue if downloading tasks, EFalse if completing a task. |
virtual void MTransactionObserver::CancelledL |
( |
|
) |
[pure virtual] |
Called when user cancelled the transaction.
virtual void MTransactionObserver::ErrorL |
( |
const TDesC & |
aErrorMsg |
) |
[pure virtual] |
Called when the user tries to initialise a transaction, but settings are faulty.
- Parameters:
-