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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetValue()voidsetListener(PropertyChangeListener listener) voidsetProperty(PropertyListenerDescriptor property) voidsetTagListener(TagListener tagListener) voidvoidshutdown()voidstartup(CommonContext context)
-
Constructor Details
-
BoundValueHolder
public BoundValueHolder()
-
-
Method Details
-
startup
-
shutdown
public void shutdown() -
childInteractionUpdated
public void childInteractionUpdated()- Specified by:
childInteractionUpdatedin interfaceInteractionListener
-
getValue
-
setValue
-
setListener
-
getListener
-
setProperty
-
getProperty
-
setTagListener
-
getTagListener
-