Class BoundValueHolder
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.BoundValueHolder
 
- 
- All Implemented Interfaces:
- InteractionListener
 
 public class BoundValueHolder extends java.lang.Object implements InteractionListener Holds a single, generic value bound to a property or tag
- 
- 
Constructor SummaryConstructors Constructor Description BoundValueHolder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchildInteractionUpdated()java.beans.PropertyChangeListenergetListener()PropertyListenerDescriptorgetProperty()TagListenergetTagListener()java.lang.ObjectgetValue()voidsetListener(java.beans.PropertyChangeListener listener)voidsetProperty(PropertyListenerDescriptor property)voidsetTagListener(TagListener tagListener)voidsetValue(java.lang.Object value)voidshutdown()voidstartup(CommonContext context)
 
- 
- 
- 
Method Detail- 
startuppublic void startup(CommonContext context) 
 - 
shutdownpublic void shutdown() 
 - 
childInteractionUpdatedpublic void childInteractionUpdated() - Specified by:
- childInteractionUpdatedin interface- InteractionListener
 
 - 
getValuepublic java.lang.Object getValue() 
 - 
setValuepublic void setValue(java.lang.Object value) 
 - 
setListenerpublic void setListener(java.beans.PropertyChangeListener listener) 
 - 
getListenerpublic java.beans.PropertyChangeListener getListener() 
 - 
setPropertypublic void setProperty(PropertyListenerDescriptor property) 
 - 
getPropertypublic PropertyListenerDescriptor getProperty() 
 - 
setTagListenerpublic void setTagListener(TagListener tagListener) 
 - 
getTagListenerpublic TagListener getTagListener() 
 
- 
 
-