MCdlChangeObserver Class Reference

class MCdlChangeObserver

Mixin class for observing changes in the CDL customisation world. This class has concrete implementations of all its virtual functions. These are NULL implementations, except for the destructor which deregisters the observer.

Public Member Functions
~MCdlChangeObserver()
IMPORT_C voidHandleAvailableRefsChangeL()
IMPORT_C voidHandleCustomisationChangeL(const CCdlUids &)

Constructor & Destructor Documentation

~MCdlChangeObserver()

IMPORT_C~MCdlChangeObserver()[virtual]

a virtual destructor that de-registers this observer with the CDL engine

Member Functions Documentation

HandleAvailableRefsChangeL()

IMPORT_C voidHandleAvailableRefsChangeL()[virtual]

This event handler function is called when the set of available customisations changes

HandleCustomisationChangeL(const CCdlUids &)

IMPORT_C voidHandleCustomisationChangeL(const CCdlUids &aUids)[virtual]

This event handler function is called when the current customisation of one or more interfaces has changed.

Parameters

const CCdlUids & aUidsthe collection of interface UIDs which have changed