Carbide.c++

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

All Superinterfaces:
IViewRunnable<IImageMakefileModel,IImageMakefileView>
All Known Implementing Classes:
ImageMakefileViewRunnableAdapter

public interface IImageMakefileViewRunnable
extends IViewRunnable<IImageMakefileModel,IImageMakefileView>

Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileView() 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++