#include <mda/client/utility.h>
class MMdaObjectEventListener |
Public Member Functions | |
---|---|
pure virtual void | MoelEvent(const TMdaEvent &) |
pure virtual void | MoelEventMissed() |
Deprecated
This class has been deprecated in 7.0s.
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.
See also: CMdaServer::AddListenerL()
Parameters | |
---|---|
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.