MMdaObjectEventListener Class Reference

class MMdaObjectEventListener

This class has been deprecated in 7.0s.

Public Member Functions
void MoelEvent (const TMdaEvent &)
void MoelEventMissed ()

Member Functions Documentation

MoelEvent(const TMdaEvent &)

void MoelEvent ( const TMdaEvent & aEvent ) [pure virtual]

Handles an event that occurred in the media server. Called by the CMdaServer object that the listener has been added to.

CMdaServer::AddListenerL()

Parameters

const TMdaEvent & aEvent A single event that occurred in the media server.

MoelEventMissed()

void MoelEventMissed ( ) [pure virtual]

This function, rather than MoelEvent() is called if the event's ID is EMdaEventMissed. Events are stored when they are received and a missed event occurs when there are no spare slots.