Carbide.c++

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

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

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

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


Carbide.c++