MApaServerAppExitObserver Class Reference

class MApaServerAppExitObserver

Interface for a class that wants to receive exit notification from a server application.

CApaServerAppExitMonitor

Public Member Functions
void HandleServerAppExit ( TInt )
Protected Member Functions
MApaServerAppExitObserver ()
Private Member Functions
IMPORT_C void MApaServerAppExitObserver_Reserved1 ()
IMPORT_C void MApaServerAppExitObserver_Reserved2 ()
Private Attributes
TInt iMApaServerAppExitObserver_Reserved1

Constructor & Destructor Documentation

MApaServerAppExitObserver()

IMPORT_C MApaServerAppExitObserver ( ) [protected]

Member Functions Documentation

HandleServerAppExit(TInt)

void HandleServerAppExit ( TInt aReason ) [pure virtual]

Receives server exit notification. Implementers of this interface must override this function to receive notification of server app exit reasons.

Parameters

TInt aReason The reason that the server app exited, this may be a command ID from the UI if exit was triggered from the UI, or an error code if the server app exited unexpectedly.

MApaServerAppExitObserver_Reserved1()

IMPORT_C void MApaServerAppExitObserver_Reserved1 ( ) [private, virtual]

MApaServerAppExitObserver_Reserved2()

IMPORT_C void MApaServerAppExitObserver_Reserved2 ( ) [private, virtual]

Member Data Documentation

TInt iMApaServerAppExitObserver_Reserved1

TInt iMApaServerAppExitObserver_Reserved1 [private]