net.infonode.properties.util
Interface PropertyChangeListener

All Known Implementing Classes:
PropertyMapWeakListenerManager.PropertyChangeListenerRef

public interface PropertyChangeListener

The listener interface for receiving changes to a property value.

Version:
$Revision: 1.3 $
Author:
$Author: jesper $

Method Summary
 void propertyChanged(Property property, java.lang.Object valueContainer, java.lang.Object oldValue, java.lang.Object newValue)
          Invoked when a property value has changed.
 

Method Detail

propertyChanged

void propertyChanged(Property property,
                     java.lang.Object valueContainer,
                     java.lang.Object oldValue,
                     java.lang.Object newValue)
Invoked when a property value has changed.

Parameters:
property - the property
valueContainer - the object containing the value
oldValue - the old property value
newValue - the new property value