Package com.iizigo.prop
Interface IDynamicPropertyEditorList
- All Known Implementing Classes:
- EditorWebServerPortConfig,- EMLDefaultItemProp,- EMLGroup,- EMLItemProp
public interface IDynamicPropertyEditorList
Interface a property can implement to change it's properties dynamically during editing.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- booleanVerifies if the property has changed.
- Method Details- hasEditedPropertyListChangedVerifies if the property has changed.- Parameters:
- event- The property event.
- Returns:
- true if it changed.