Carbide.c++

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

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

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

Classes in com.nokia.carbide.cpp.epoc.engine that implement IMMPViewRunnable
 class MMPViewRunnableAdapter
          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 IMMPViewRunnable
static java.lang.Object EpocEnginePlugin.runWithMMPView(IPath modelPath, IMMPViewConfiguration viewConfiguration, IMMPViewRunnable 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++