org.eclipse.emf.ecp.editor.e3
Interface ECPEditorContext

All Known Implementing Classes:
EditorContext

public interface ECPEditorContext

This Context adds methods that are specifically needed by an editor.

Author:
Eugen Neufeld

Method Summary
 void addECPContextDisposeListener(ECPContextDisposedListener ecpContextDisposedListener)
          Adds a ECPContextDisposedListener.
 void dispose()
          Called if the context is not used anymore.
 org.eclipse.emf.ecore.EObject getDomainObject()
          The domain EObject.
 

Method Detail

dispose

void dispose()
Called if the context is not used anymore. Use for cleanup.


addECPContextDisposeListener

void addECPContextDisposeListener(ECPContextDisposedListener ecpContextDisposedListener)
Adds a ECPContextDisposedListener.

Parameters:
ecpContextDisposedListener - the ECPContextDisposedListener

getDomainObject

org.eclipse.emf.ecore.EObject getDomainObject()
The domain EObject.

Returns:
the EObject


Copyright © 2014. All Rights Reserved.