All Packages Class Hierarchy This Package Previous Next Index
Interface w3c.util.PropertyMonitoring
- public interface PropertyMonitoring
-
propertyChanged(String)
- The callback method, invoked when any property change occurs.
propertyChanged
public abstract boolean propertyChanged(String name)
- The callback method, invoked when any property change occurs.
- Parameters:
- name - The name of the property that changed.
- Returns:
- A boolean, if true, accept the new property
value, otherwise, reject it and reset the property to its old
value.
All Packages Class Hierarchy This Package Previous Next Index