MAknServerAppExitObserver Class Reference

API published in: S60 3rd Ed

Link against: avkon.lib

Capability Information

Required Capabilities

None


#include <aknserverapp.h>

Inherited by CDRMHelper.


Detailed Description

Interface for monitoring the lifetime of a server app.

This class adds Series 60 common behavior to the handling of server app exits.


Public Member Functions

virtual IMPORT_C void  HandleServerAppExit (TInt aReason)
  Handle the exit of a connected server app.

Member Function Documentation

virtual IMPORT_C void MAknServerAppExitObserver::HandleServerAppExit TInt  aReason  )  [virtual]
 

Handle the exit of a connected server app.

This implementation provides Series 60 default behavior for handling of the EAknCmdExit exit code. Derived classes should base-call this implementation if they override this function.

Parameters:
aReason  The reason that the server application exited. This will either be an error code, or the command id that caused the server app to exit.

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top