Carbide.c++

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

java.lang.Object
  extended by com.nokia.carbide.cpp.epoc.engine.ViewRunnableAdapter
Direct Known Subclasses:
BldInfDataRunnableAdapter, BldInfViewRunnableAdapter, BSFViewRunnableAdapter, ImageMakefileDataRunnableAdapter, ImageMakefileViewRunnableAdapter, MMPDataRunnableAdapter, MMPViewRunnableAdapter, PKGViewRunnableAdapter

public abstract class ViewRunnableAdapter
extends java.lang.Object

Adapter for this runnable which handles errors by logging to the Error Log.


Field Summary
protected  IPath modelPath
           
 
Constructor Summary
ViewRunnableAdapter()
           
 
Method Summary
 java.lang.Object failedLoad(CoreException exception)
           
 void setModelPath(IPath modelPath)
          Package-level API to record the model of the path for use by #failedLoad().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPath

protected IPath modelPath
Constructor Detail

ViewRunnableAdapter

public ViewRunnableAdapter()
Method Detail

setModelPath

public void setModelPath(IPath modelPath)
Package-level API to record the model of the path for use by #failedLoad().


failedLoad

public java.lang.Object failedLoad(CoreException exception)

Carbide.c++