public interface ReadablePropertyChangeListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChanged(ReadableProperty<T> property,
T oldValue,
T newValue) |
void propertyChanged(ReadableProperty<T> property, T oldValue, T newValue)
Copyright © 2013. All Rights Reserved.