Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.IDataRunnable

Packages that use IDataRunnable
com.nokia.carbide.cpp.epoc.engine   
 

Uses of IDataRunnable in com.nokia.carbide.cpp.epoc.engine
 

Subinterfaces of IDataRunnable in com.nokia.carbide.cpp.epoc.engine
 interface IBldInfDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
 interface IImageMakefileDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithImageMakefileData() to encapsulate some of the bookkeeping of model/view handling.
 interface IMMPDataRunnable
          Instantiate this interface and pass to EpocEnginePlugin#runWithMMPData() to encapsulate some of the bookkeeping of model/view handling.
 

Classes in com.nokia.carbide.cpp.epoc.engine that implement IDataRunnable
 class BldInfDataRunnableAdapter
          Adapter for this runnable which handles errors by logging to the Error Log.
 class ImageMakefileDataRunnableAdapter
          Adapter for this runnable which handles errors by logging to the Error Log.
 class MMPDataRunnableAdapter
          Adapter for this runnable which handles errors by logging to the Error Log.
 


Carbide.c++