Location:
mmfcontroller.h
class MMMFControllerEventMonitorObserver;
Mixin class that the user of the class CMMFControllerEventMonitor
must derive from.
Defined in MMMFControllerEventMonitorObserver
:
HandleEvent()
virtual void HandleEvent(const TMMFEvent &aEvent)=0;
Handles an event that has been generated.
|