MConnectionMonitorObserver Class Reference

#include <mw/rconnmon.h>

Link against: CONNMON.LIB

class MConnectionMonitorObserver
Public Member Functions
pure virtual voidEventL(const CConnMonEventBase &)

Detailed Description

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

Member Function Documentation

EventL ( const CConnMonEventBase & )

voidEventL(const CConnMonEventBase &aConnMonEvent)[pure virtual]

This method is called every time an event occurs.

ParameterDescription
aConnMonEventThe event information.