Carbide.c++

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

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

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

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

Methods in com.nokia.carbide.cpp.epoc.engine with parameters of type IImageMakefileDataRunnable
static java.lang.Object EpocEnginePlugin.runWithImageMakefileData(IPath modelPath, IImageMakefileViewConfiguration viewConfiguration, IImageMakefileDataRunnable runnable)
          Get a read-only copy of data for the given image makefile view with the given configuration, and run user code using the model.
 


Carbide.c++