org.eclipse.emf.ecp.spi.ui
Interface CompositeStateObserver


public interface CompositeStateObserver

Since:
1.1
Author:
Tobias Verhoeven

Method Summary
 void compositeChangedState(org.eclipse.swt.widgets.Composite caller, boolean complete, ECPProperties projectProperties)
          This method is called to inform observers weather the according composites finished-state has changed.
 

Method Detail

compositeChangedState

void compositeChangedState(org.eclipse.swt.widgets.Composite caller,
                           boolean complete,
                           ECPProperties projectProperties)
This method is called to inform observers weather the according composites finished-state has changed.

Parameters:
caller - the composite
complete - true if complete, false if incomplete
projectProperties - the project properties


Copyright © 2015. All Rights Reserved.