public interface CompositeStateObserver
| Modifier and Type | Method and Description |
|---|---|
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.
|
void compositeChangedState(org.eclipse.swt.widgets.Composite caller,
boolean complete,
ECPProperties projectProperties)
caller - the compositecomplete - true if complete, false if incompleteprojectProperties - the project propertiesCopyright © 2018. All rights reserved.