パッケージ com.shimizukenta.secs.local.property

Provides 'Property' intarfaces. this is similar to JavaFX 'javafx.beans.property'.

Includes Setter/Getter/Observer, Number/Comparative/Logical compution and blocking methods to wait until condition is true.

  • To build new instance, #newInstance
  • To set value, #set
  • To get value, #get
  • To detect value changed, #addChangeListener
  • To compute value, #compute... methods
  • To block until condition is true, #waitUntil... methods