CMMFDataPathEventMonitor Class Reference
class CMMFDataPathEventMonitor : public CActive |
Active object utility class that can be used to monitor a datapath that is running in its own thread for events. If an event occurs, the client will be notified via the MMMFDataPathEventMonitorObserver interface.
Protected Member Functions |
---|
void | DoCancel() |
Constructor & Destructor Documentation
CMMFDataPathEventMonitor(MMMFDataPathEventMonitorObserver &, RMMFDataPathProxy &)
Constructs a datapath event monitor object.
~CMMFDataPathEventMonitor()
IMPORT_C | ~CMMFDataPathEventMonitor | ( | ) | |
Member Functions Documentation
DoCancel()
void | DoCancel | ( | ) | [protected, virtual] |
Cancels the outstanding request on iMMFDataPathProxy.
NewL(MMMFDataPathEventMonitorObserver &, RMMFDataPathProxy &)
Constructs a datapath event monitor object.
RunL()
IMPORT_C void | RunL | ( | ) | [virtual] |
Internal active object function.
Starts the data path event monitor and handles an event if there is no error status.
Calls HandleEvent on iObserver.
Start()
Tells the datapath event monitor to start listening for events.
The datapath proxy must have been opened before this method is called.
Member Data Documentation
RMMFDataPathProxy & iMMFDataPathProxy
MMMFDataPathEventMonitorObserver & iObserver
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.