MCbsMcnObserver Class Reference

class MCbsMcnObserver

An interface class for MCN observers.

A class on the client side is required to derive from this class and register itself to an instance of CMcn .

Constructor & Destructor Documentation

~MCbsMcnObserver()

~MCbsMcnObserver ( ) [inline, virtual]

Virtual destructor.

Member Functions Documentation

CellInfoChanged(const TCbsMcnMessage &)

TInt CellInfoChanged ( const TCbsMcnMessage & aMcnMessage ) [pure virtual]

This method is called when a message of a subscribed topic is received from the network.

Parameters

const TCbsMcnMessage & aMcnMessage MCN message received from the network.