Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.MMPDataRunnableAdapter
All Implemented Interfaces:
IDataRunnable<IMMPModel,IMMPData>, IMMPDataRunnable

public abstract class MMPDataRunnableAdapter
extends ViewRunnableAdapter
implements IMMPDataRunnable

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
MMPDataRunnableAdapter()
           
 
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.IDataRunnable
failedLoad, run
 

Constructor Detail

MMPDataRunnableAdapter

public MMPDataRunnableAdapter()

Carbide.c++