Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.MMPViewRunnableAdapter
All Implemented Interfaces:
IMMPViewRunnable, IViewRunnable<IMMPModel,IMMPView>

public abstract class MMPViewRunnableAdapter
extends ViewRunnableAdapter
implements IMMPViewRunnable

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

MMPViewRunnableAdapter

public MMPViewRunnableAdapter()

Carbide.c++