S60 3rd Edition API Reference: MImConnectionObserver Class Reference
MImConnectionObserver Class Reference
API published in: S60 3rd Ed
Link against:
Capability Information
Required Capabilities
NetworkServices ReadDeviceData ReadUserData WriteDeviceData
Exceptions
None
#include <imconnection.h>
Detailed Description
Connection Observer interface.
|
Public Member Functions |
| virtual void | HandleLoginL (const TInt aErrorCode)=0 |
| | Method is called when the LoginL() is completed.
|
| virtual void | HandleCancelLoginL (const TInt aErrorCode)=0 |
| | Method is called when the CancelLoginL() is completed.
|
| virtual void | HandleLogoutL (const TInt aErrorCode)=0 |
| | Method is called when the LogoutL() is completed.
|
Member Function Documentation
| virtual void MImConnectionObserver::HandleCancelLoginL | ( | const TInt | aErrorCode | ) | [pure virtual] |
|
|
|
Method is called when the CancelLoginL() is completed.
- Parameters:
-
|
| virtual void MImConnectionObserver::HandleLoginL | ( | const TInt | aErrorCode | ) | [pure virtual] |
|
|
|
Method is called when the LoginL() is completed.
- Parameters:
-
|
| virtual void MImConnectionObserver::HandleLogoutL | ( | const TInt | aErrorCode | ) | [pure virtual] |
|
|
|
Method is called when the LogoutL() is completed.
Also called in situations when the Logout was initiated by the server or another client which was using the same connection - Parameters:
-
|
The documentation for this class was generated from the following file: