org.eclipse.gmf.graphdef.editor.sheet
Interface ChangeTracker

All Known Implementing Classes:
FigureSection, FigureSectionProxy, LayoutDataSection, LayoutDataSectionProxy, LayoutSection, LayoutSectionProxy, SizeSection, SizeSectionProxy

public interface ChangeTracker

Basically, extraction of the Adapter.notifyChanged(Notification) into separate interface to ease implementation of the handling logic externally to adapter (i.e. in heck a lot of cases adapter can't do anything about recognized event but to delegate to surrounding code)

Author:
artem

Method Summary
 void modelChanged(org.eclipse.emf.common.notify.Notification msg)
           
 

Method Detail

modelChanged

void modelChanged(org.eclipse.emf.common.notify.Notification msg)


Copyright © 2012. All Rights Reserved.