Carbide.c++

com.nokia.carbide.cpp.epoc.engine
Class BSFViewRunnableAdapter

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.BSFViewRunnableAdapter
All Implemented Interfaces:
IBSFViewRunnable, IViewRunnable<com.nokia.carbide.cpp.epoc.engine.model.bsf.IBSFModel,com.nokia.carbide.cpp.epoc.engine.model.bsf.IBSFView>

public abstract class BSFViewRunnableAdapter
extends ViewRunnableAdapter
implements IBSFViewRunnable

Adapter for this runnable which handles errors by logging to the Error Log.


Field Summary
 
Fields inherited from class com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
modelPath
 
Constructor Summary
BSFViewRunnableAdapter()
           
 
Method Summary
 
Methods inherited from class com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
failedLoad, setModelPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.nokia.carbide.cpp.epoc.engine.IViewRunnable
failedLoad, run
 

Constructor Detail

BSFViewRunnableAdapter

public BSFViewRunnableAdapter()

Carbide.c++