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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasEditedPropertyListChanged(GEvent event)
Verifies if the property has changed.
-
-
-
Method Detail
-
hasEditedPropertyListChanged
boolean hasEditedPropertyListChanged(GEvent event)
Verifies if the property has changed.- Parameters:
event
- The property event.- Returns:
- true if it changed.
-
-