Interface PropertySelectionController
-
- All Known Implementing Classes:
ECPropertiesComposite
@API(type=INTERNAL, src=PUBLIC) public interface PropertySelectionController
Used for handling with a change of the properties values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(TableProperty property, java.lang.String newValue)
Method which controls the change of the selected key.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(TableProperty property, java.lang.String newValue) throws AuthorOperationException
Method which controls the change of the selected key.- Parameters:
property
- The modified property.newValue
- The new selected value of the given property- Throws:
AuthorOperationException
- When the handling of selection changed cannot be performed.
-
-