A trait for objects supporting the registration of change listeners.
The JGUIraffe Java FX implementation uses change notifications of specific
key properties to simulate the missing change events. In order to implement
a generic mechanism for registering change listeners, an object has to
provide the key property. This is exactly the contract enforced by this
trait.
A trait for objects supporting the registration of change listeners.
The JGUIraffe Java FX implementation uses change notifications of specific key properties to simulate the missing change events. In order to implement a generic mechanism for registering change listeners, an object has to provide the key property. This is exactly the contract enforced by this trait.