MAknsSkinChangeObserver Class Reference

class MAknsSkinChangeObserver

An user implementable interface class to handle the skin change notifications.

Since
2.0

Member Functions Documentation

FlushLocalCaches()

void FlushLocalCaches ( ) [inline, virtual]

Called by the skin server to ask for local cache cleanup.

Since
3.1

SkinConfigurationChanged(const TAknsSkinStatusConfigurationChangeReason)

void SkinConfigurationChanged ( const TAknsSkinStatusConfigurationChangeReason aReason ) [pure virtual]

Called by the skin server to indicate that the current skin configuration has changed.

Since
2.5

Parameters

const TAknsSkinStatusConfigurationChangeReason aReason Reason code.

SkinContentChanged()

void SkinContentChanged ( ) [pure virtual]

Called by the skin server when skin content is changed and the connected client wants to be informed.

Since
2.0

SkinPackageChanged(const TAknsSkinStatusPackageChangeReason)

void SkinPackageChanged ( const TAknsSkinStatusPackageChangeReason aReason ) [pure virtual]

Called by the skin server to indicate that the available skin packages have changed.

Since
2.5

Parameters

const TAknsSkinStatusPackageChangeReason aReason Reason code.