com.borland.primetime.properties
Interface MapArrayPropertyListener


public interface MapArrayPropertyListener

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


Method Summary
 void mapArrayPropertyChanged(MapArrayProperty property, java.util.Map map, java.lang.String[] newValue)
          Notifies the listener that a property value has changed.
 

Method Detail

mapArrayPropertyChanged

public void mapArrayPropertyChanged(MapArrayProperty property,
                                    java.util.Map map,
                                    java.lang.String[] newValue)
Notifies the listener that a property value has changed.
Parameters:
property - The MapArrayProperty instance whose value has been changed.
map - The java.util.Map implementation used to store the value.
newValue - The newly assigned property value.