Carbide.c++

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

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

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

Classes in com.nokia.carbide.cpp.epoc.engine that implement IBldInfViewRunnable
 class BldInfViewRunnableAdapter
          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 IBldInfViewRunnable
static java.lang.Object EpocEnginePlugin.runWithBldInfView(IPath modelPath, IViewConfiguration viewConfiguration, IBldInfViewRunnable runnable)
          Get a shared instance of the given MMP model, create a view with the given configuration, and run user code using the model.
 


Carbide.c++