MCchServiceObserver Class Reference

class MCchServiceObserver
CCHServiceObserver declaration.
Since
S60 3.2

Member Functions Documentation

ServiceStateChanged(const TServiceSelection, TCCHSubserviceState, TInt)

void ServiceStateChanged ( const TServiceSelection aServiceSelection,
TCCHSubserviceState aState,
TInt aError
) [pure virtual]
CCchService implementation have to use this callback method when service state changed. Otherwise CCH doesn't forward notifications to the clients.
Since
S60 3.2

Parameters

const TServiceSelection aServiceSelection
TCCHSubserviceState aState a new state of the service.
TInt aError KErrNone if no error occured, otherwise see CCHError.h.