public interface IPropertyChangeListener<T>
IPropertyChangeListener
can be registered with a StateObject
in order to be notified
when the value of a property changes.Modifier and Type | Method and Description |
---|---|
void |
propertyChanged(IPropertyChangeEvent<T> e)
Notifies this listener that a certain property has changed.
|
void propertyChanged(IPropertyChangeEvent<T> e)
e
- The IPropertyChangeEvent
object containing the information of the change