Package org.eclipse.ui.views.properties
Interface IPropertySheetEntryListener
public interface IPropertySheetEntryListener
Listener for changes in objects of type
IPropertySheetEntry.
This interface is public since it appears in the api of
IPropertySheetEntry. It is not intended to be implemented
outside of this package.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoidA node's children have changed (children added or removed)voidA entry's error message has changedvoidvalueChanged(IPropertySheetEntry entry) A entry's value has changed
-
Method Details
-
childEntriesChanged
A node's children have changed (children added or removed)- Parameters:
node- the node whose's children have changed
-
errorMessageChanged
A entry's error message has changed- Parameters:
entry- the entry whose's error message has changed
-
valueChanged
A entry's value has changed- Parameters:
entry- the entry whose's value has changed
-