Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.BldInfViewRunnableAdapter
All Implemented Interfaces:
IBldInfViewRunnable, IViewRunnable<IBldInfModel,IBldInfView>

public abstract class BldInfViewRunnableAdapter
extends ViewRunnableAdapter
implements IBldInfViewRunnable

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
BldInfViewRunnableAdapter()
           
 
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

BldInfViewRunnableAdapter

public BldInfViewRunnableAdapter()

Carbide.c++