Interface PTPropertyChangeListener
-
public interface PTPropertyChangeListener
Classes which implement this interface provide methods that deal with the events that are generated when value of the property is changed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
propertyHasChanged(PTProperty property)
Sent when value is changed in a property.
-
-
-
Method Detail
-
propertyHasChanged
void propertyHasChanged(PTProperty property)
Sent when value is changed in a property.- Parameters:
property
- property which value has changed
-
-