rescuecore
Interface PropertyListener


public interface PropertyListener

This interface allows notification of changes to the properties of an object

See Also:
RescueObject, Property

Method Summary
 void propertyChanged(RescueObject o, int property, int timestamp)
          Notification that a property has been changed
 

Method Detail

propertyChanged

public void propertyChanged(RescueObject o,
                            int property,
                            int timestamp)
Notification that a property has been changed

Parameters:
o - The object changed
property - The property that changed
timestamp - The timestamp of the change