Class BoundValueHolder
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.BoundValueHolder
- All Implemented Interfaces:
- InteractionListener
Holds a single, generic value bound to a property or tag
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetValue()voidsetListener(PropertyChangeListener listener) voidsetProperty(PropertyListenerDescriptor property) voidsetTagListener(TagListener tagListener) voidvoidshutdown()voidstartup(CommonContext context) 
- 
Constructor Details- 
BoundValueHolderpublic BoundValueHolder()
 
- 
- 
Method Details- 
startup
- 
shutdownpublic void shutdown()
- 
childInteractionUpdatedpublic void childInteractionUpdated()- Specified by:
- childInteractionUpdatedin interface- InteractionListener
 
- 
getValue
- 
setValue
- 
setListener
- 
getListener
- 
setProperty
- 
getProperty
- 
setTagListener
- 
getTagListener
 
-