Carbide.c++

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

All Superinterfaces:
IDataRunnable<IBldInfModel,IBldInfData>
All Known Implementing Classes:
BldInfDataRunnableAdapter

public interface IBldInfDataRunnable
extends IDataRunnable<IBldInfModel,IBldInfData>

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++