com.borland.primetime.properties
Interface NodeArrayPropertyListener
- public interface NodeArrayPropertyListener
Objects that implement the NodeArrayPropertyListener interface can be added
to individual NodeArrayProperty instances to receive notification when the
property value changes.
nodeArrayPropertyChanged
public void nodeArrayPropertyChanged(NodeArrayProperty property,
Node node,
java.lang.String[] newValue)
- Notifies the listener that a property value has changed.
- Parameters:
property
- The NodeArrayProperty instance whose value has been
changed.node
- The node for which the property was changed.newValue
- The newly assigned property value.