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

Public Member Functions
voidNotify(TUint, TUint, const void *)
Inherited Functions
MInetBase::GetApiL(const TDesC8 &,TUint *)
MInetBase::GetApiL(const TDesC8 &,TUint)

Member Functions Documentation

Notify(TUint, TUint, const void *)

voidNotify(TUintaEventClass,
TUintaEventType,
const void *aData
)[pure virtual]

Parameters

TUint aEventClassEvent class code
TUint aEventTypeEvent type, specific to the given event class
const void * aDataEvent type specific data.