TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Interface IEngineDataListener

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IEngineDataListenerImpl

public interface IEngineDataListener
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IEngine Data Listener'.

See Also:
EnginePackage.getIEngineDataListener()

Method Summary
 void created(IData data)
           
 void deleted(IData data)
           
 void moved(IData data, ICategory oldCategory)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

created

public void created(IData data)


deleted

public void deleted(IData data)


moved

public void moved(IData data,
                  ICategory oldCategory)


TPTP 4.1.0 Platform Project
Public API Specification