Carbide.c++

com.nokia.carbide.cpp.epoc.engine
Interface IMMPDataRunnable

All Superinterfaces:
IDataRunnable<IMMPModel,IMMPData>
All Known Implementing Classes:
MMPDataRunnableAdapter

public interface IMMPDataRunnable
extends IDataRunnable<IMMPModel,IMMPData>

Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.


Method Summary
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.IDataRunnable
failedLoad, run
 


Carbide.c++