Package org.praxislive.ide.core.api
Class ValuePropertyAdaptor.ReadOnly
java.lang.Object
org.praxislive.base.Binding.Adaptor
org.praxislive.ide.core.api.ValuePropertyAdaptor
org.praxislive.ide.core.api.ValuePropertyAdaptor.ReadOnly
- Enclosing class:
ValuePropertyAdaptor
-
Nested Class Summary
Nested classes/interfaces inherited from class org.praxislive.ide.core.api.ValuePropertyAdaptor
ValuePropertyAdaptor.ReadOnly, ValuePropertyAdaptor.ReadWrite -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.praxislive.ide.core.api.ValuePropertyAdaptor
addPropertyChangeListener, getValue, removePropertyChangeListener, updateMethods inherited from class org.praxislive.base.Binding.Adaptor
getBinding, getSyncRate, getValueIsAdjusting, isActive, onError, onResponse, send, setActive, setSyncRate, updateBindingConfiguration
-
Constructor Details
-
ReadOnly
public ReadOnly(Object source, String property, boolean alwaysActive, org.praxislive.base.Binding.SyncRate rate) Create a read-only value property adaptor.- Parameters:
source- source of events (may be null to use the adaptor itself)property- name of property for eventsalwaysActive- whether to sync even without listenersrate- sync rate
-