Carbide.c++

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

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

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

Classes in com.nokia.carbide.cpp.epoc.engine that implement IBldInfDataRunnable
 class BldInfDataRunnableAdapter
          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 IBldInfDataRunnable
static java.lang.Object EpocEnginePlugin.runWithBldInfData(IPath modelPath, IViewConfiguration viewConfiguration, IBldInfDataRunnable runnable)
          Get a read-only copy of data for the given bld.inf view with the given configuration, and run user code using the model.
 


Carbide.c++