public interface Property<T extends Object>
A value wrapper that supports change listeners.
abstract Unit
addListener(Function2<T, T, Unit> listener)
removeListener(Function2<T, T, Unit> listener)
abstract T
getValue()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit addListener(Function2<T, T, Unit> listener)
abstract Unit removeListener(Function2<T, T, Unit> listener)
abstract T getValue()