A - the type of observed valuepublic interface DockPropertyListener<A>
DockProperties.| Modifier and Type | Method and Description |
|---|---|
void |
propertyChanged(DockProperties properties,
PropertyKey<A> property,
A oldValue,
A newValue)
Invoked if the observed value has been changed.
|
void propertyChanged(DockProperties properties, PropertyKey<A> property, A oldValue, A newValue)
properties - the map in which the value is storedproperty - the key of the valueoldValue - the old valuenewValue - the new valueCopyright © 2017 Docking Frames. All rights reserved.