Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.PKGViewRunnableAdapter
All Implemented Interfaces:
IPKGViewRunnable, IViewRunnable<com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGModel,com.nokia.carbide.internal.api.cpp.epoc.engine.model.pkg.IPKGView>

public abstract class PKGViewRunnableAdapter
extends ViewRunnableAdapter
implements IPKGViewRunnable

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

PKGViewRunnableAdapter

public PKGViewRunnableAdapter()

Carbide.c++