MConnectionMonitorObserver Class Reference

class MConnectionMonitorObserver

Client application must implement the MConnectionMonitorObserver interface in order to receive notifications. MConnectionMonitorObserver::EventL() method will be called every time an event arrives.

CONNMON.LIB

Public Member Functions
void EventL (const CConnMonEventBase &)

Member Functions Documentation

EventL(const CConnMonEventBase &)

void EventL ( const CConnMonEventBase & aConnMonEvent ) [pure virtual]

This method is called every time an event occurs.

Parameters

const CConnMonEventBase & aConnMonEvent The event information.