Class AbstractBinding
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.binding.AbstractBinding
- All Implemented Interfaces:
- Binding
- Direct Known Subclasses:
- PropertyBinding
Base class for any 
Binding which should derive from AbstractLifecycle- 
Field SummaryFieldsFields inherited from interface com.inductiveautomation.perspective.gateway.api.BindingBAD_CONFIG, BAD_REF, BIDIRECTIONAL_KEY, INITIAL_VALUE, MDC_BINDING_TARGET, NOT_FOUND
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidonTargetPropertyChanged(QualifiedValue newValue) voidonTargetUpdated(PropertyTreeChangeEvent propertyChangeEvent) This will be called when the target property changes from a source other than the binding, if the binding returns true fromBinding.isBidirectional()and there are no transforms present.Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, onShutdown, onStartup, shutdown, startupMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.gateway.api.BindingisBidirectional, onUserRefresh, resolveReferences, shutdown, startup
- 
Field Details- 
bindingContext
 
- 
- 
Constructor Details- 
AbstractBinding
 
- 
- 
Method Details- 
onTargetUpdatedDescription copied from interface:BindingThis will be called when the target property changes from a source other than the binding, if the binding returns true fromBinding.isBidirectional()and there are no transforms present.- Specified by:
- onTargetUpdatedin interface- Binding
 
- 
onTargetPropertyChanged
 
-