MASYProxyObserver Class Reference

class MASYProxyObserver

Observer class for call back functions from ASY to Server

AccServer.exe
Since
S60 3.1
Public Member Functions
voidLoadCompleteL(const TInt, const TBool)
voidLoadingTimedOutL()
voidThreadKills(const TInt)

Member Functions Documentation

LoadCompleteL(const TInt, const TBool)

voidLoadCompleteL(const TIntaASYIndex,
const TBoolaAllASYsComplete = EFalse
)[pure virtual]
Callback function for handling completion of loading ASY
Since
S60 3.1

Parameters

const TInt aASYIndexIndex of the ASY
const TBool aAllASYsComplete = EFalseIndicating if all ASYs loading is completed

LoadingTimedOutL()

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

ThreadKills(const TInt)

voidThreadKills(const TIntaASYIndex)[pure virtual]
Callback function for handling kill of ASY
Since
S60 3.1

Parameters

const TInt aASYIndexIndex of the ASY