Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
      extended by com.nokia.carbide.cpp.epoc.engine.ImageMakefileDataRunnableAdapter
All Implemented Interfaces:
IDataRunnable<IImageMakefileModel,IImageMakefileData>, IImageMakefileDataRunnable

public abstract class ImageMakefileDataRunnableAdapter
extends ViewRunnableAdapter
implements IImageMakefileDataRunnable

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

ImageMakefileDataRunnableAdapter

public ImageMakefileDataRunnableAdapter()

Carbide.c++