MMdaObjectEventListener Class Reference

class MMdaObjectEventListener

This class has been deprecated in 7.0s.

Public Member Functions
voidMoelEvent(const TMdaEvent &)
voidMoelEventMissed()

Member Functions Documentation

MoelEvent(const TMdaEvent &)

voidMoelEvent(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 & aEventA single event that occurred in the media server.

MoelEventMissed()

voidMoelEventMissed()[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.