Interface IPropertyChangeListener<T>
-
public interface IPropertyChangeListener<T>
AIPropertyChangeListener
can be registered with aStateObject
in order to be notified when the value of a property changes.- Version:
- 2.4
- Author:
- Pascal Filion
- Since:
- 2.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
propertyChanged(IPropertyChangeEvent<T> e)
Notifies this listener that a certain property has changed.
-
-
-
Method Detail
-
propertyChanged
void propertyChanged(IPropertyChangeEvent<T> e)
Notifies this listener that a certain property has changed.- Parameters:
e
- TheIPropertyChangeEvent
object containing the information of the change
-
-