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.
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.
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.