Carbide.c++

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

All Superinterfaces:
IViewRunnable<IBldInfModel,IBldInfView>
All Known Implementing Classes:
BldInfViewRunnableAdapter

public interface IBldInfViewRunnable
extends IViewRunnable<IBldInfModel,IBldInfView>

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