com.borland.primetime.properties
Interface GlobalPropertyListener
- public interface GlobalPropertyListener
Objects that implement the GlobalPropertyListener interface can be added to
individual GlobalProperty instances to receive notification when the property
value changes.
Method Summary |
void |
globalPropertyChanged(GlobalProperty property,
java.lang.String oldValue,
java.lang.String newValue)
Notifies the listener that a property value has changed. |
globalPropertyChanged
public void globalPropertyChanged(GlobalProperty property,
java.lang.String oldValue,
java.lang.String newValue)
- Notifies the listener that a property value has changed.
- Parameters:
property
- The GlobalProperty instance whose value has been changed.oldValue
- The value prior to the change.newValue
- The newly assigned property value.