Class ValuePropertyAdaptor.ReadWrite

java.lang.Object
org.praxislive.base.Binding.Adaptor
org.praxislive.ide.core.api.ValuePropertyAdaptor
org.praxislive.ide.core.api.ValuePropertyAdaptor.ReadWrite
Enclosing class:
ValuePropertyAdaptor

public static class ValuePropertyAdaptor.ReadWrite extends ValuePropertyAdaptor
A writable value property adaptor.
  • Constructor Details

    • ReadWrite

      public ReadWrite(Object source, String property, boolean alwaysActive, org.praxislive.base.Binding.SyncRate rate)
      Create a writable value property adaptor.
      Parameters:
      source - source of events (may be null to use the adaptor itself)
      property - name of property for events
      alwaysActive - whether to sync even without listeners
      rate - sync rate
  • Method Details

    • setValue

      public void setValue(org.praxislive.core.Value value)
      Set the value and send to the bound control.
      Parameters:
      value - new value