Package 

Class Property

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T value
    • Constructor Summary

      Constructors 
      Constructor Description
      Property(T initialValue) Creates a Property with given initial value.
    • Method Summary

      Modifier and Type Method Description
      T getValue()
      Unit setValue(T value)
      • Methods inherited from class tools.aqua.bgw.observable.properties.Property

        notifyUnchanged
      • Methods inherited from class tools.aqua.bgw.observable.properties.ReadonlyProperty

        addListener, addListenerAndInvoke, clearListeners, removeListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Property

        Property(T initialValue)
        Creates a Property with given initial value.
        Parameters:
        initialValue - Initial value of this property.