com.borland.primetime.properties
Interface GlobalArrayPropertyListener


public interface GlobalArrayPropertyListener

Objects that implement the GlobalArrayPropertyListener interface can be added to individual GlobalArrayProperty instances to receive notification when the property value changes.


Method Summary
 void globalArrayPropertyChanged(GlobalArrayProperty property, java.lang.String[] newValue)
          Notifies the listener that a property value has changed.
 

Method Detail

globalArrayPropertyChanged

public void globalArrayPropertyChanged(GlobalArrayProperty property,
                                       java.lang.String[] newValue)
Notifies the listener that a property value has changed.
Parameters:
property - The GlobalArrayProperty instance whose value has been changed.
newValue - The newly assigned property value.