Carbide.c++

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

All Superinterfaces:
IViewRunnable<IMMPModel,IMMPView>
All Known Implementing Classes:
MMPViewRunnableAdapter

public interface IMMPViewRunnable
extends IViewRunnable<IMMPModel,IMMPView>

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


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


Carbide.c++