#include <mw/rconnmon.h>
class MConnectionMonitorObserver |
Public Member Functions | |
---|---|
pure virtual void | EventL(const CConnMonEventBase &) |
Client application must implement the MConnectionMonitorObserver interface in order to receive notifications. MConnectionMonitorObserver::EventL() method will be called every time an event arrives.
void | EventL | ( | const CConnMonEventBase & | aConnMonEvent | ) | [pure virtual] |
This method is called every time an event occurs.
Parameter | Description |
---|---|
aConnMonEvent | The event information. |