class MMdaObjectEventListener |
This class has been deprecated in 7.0s.
Public Member Functions | |
---|---|
void | MoelEvent(const TMdaEvent &) |
void | MoelEventMissed() |
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.
const TMdaEvent & aEvent | A single event that occurred in the media server. |
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.