MEventListener Class Reference

class MEventListener : public MInetBase

Event listeners register to receive notifications in selected event classes. If a event belonging to the given class occurs, Notify method for all registered listeners is called by the event manager.

Inherits from

Member Functions Documentation

Notify(TUint, TUint, const void *)

void Notify ( TUint aEventClass,
TUint aEventType,
const void * aData
) [pure virtual]

Parameters

TUint aEventClass Event class code
TUint aEventType Event type, specific to the given event class
const void * aData Event type specific data.