MASYProxyObserver Class Reference

class MASYProxyObserver

Observer class for call back functions from ASY to Server

AccServer.exe
Since
S60 3.1
Public Member Functions
void LoadCompleteL (const TInt , const TBool )
void LoadingTimedOutL ()
void ThreadKills (const TInt )

Member Functions Documentation

LoadCompleteL(const TInt, const TBool)

void LoadCompleteL ( const TInt aASYIndex,
const TBool aAllASYsComplete = EFalse
) [pure virtual]
Callback function for handling completion of loading ASY
Since
S60 3.1

Parameters

const TInt aASYIndex Index of the ASY
const TBool aAllASYsComplete = EFalse Indicating if all ASYs loading is completed

LoadingTimedOutL()

void LoadingTimedOutL ( ) [pure virtual]
Callback function for handling time out of ASY loading
Since
S60 3.1

ThreadKills(const TInt)

void ThreadKills ( const TInt aASYIndex ) [pure virtual]
Callback function for handling kill of ASY
Since
S60 3.1

Parameters

const TInt aASYIndex Index of the ASY