Carbide.c++

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

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

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

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


Carbide.c++