MATExtCommonObserver Class Reference

class MATExtCommonObserver

The interface for AT Extension Plugin to interact with plugins.

Since
S60 v5.0

Member Functions Documentation

ATExtPluginClosed(CATExtCommonBase *)

TInt ATExtPluginClosed ( CATExtCommonBase * aPlugin ) [pure virtual]

Called by the destructor of CATExtPluginBase. A concrete service provider implementation should not touch this.

Parameters

CATExtCommonBase * aPlugin Plugin that was closed

SendModeStatusChange(TUint)

TInt SendModeStatusChange ( TUint aMode ) [pure virtual]

Called by concrete extension Plugin to inform that mode status has changed.

Since
S60 5.0

Parameters

TUint aMode New mode

SendNvramStatusChange(const TDesC8 &)

TInt SendNvramStatusChange ( const TDesC8 & aNvram ) [pure virtual]

Called by concrete extension plugin to inform that NVRAM status has changed.

Since
S60 5.0

Parameters

const TDesC8 & aNvram New NVRAM status. The new settings (delimited by "|") must differ from the Hayes defaults.