Class PropChangeHolder<T>
java.lang.Object
com.inductiveautomation.factorypmi.application.components.PropChangeHolder<T>
Little helper class that holds an old value of something for property-change listener purposes. Typically this is
 something calculated - i.e. the old value isn't obvious
- 
Constructor SummaryConstructorsConstructorDescriptionPropChangeHolder(Component component, String propertyName) PropChangeHolder(Component component, String propertyName, T originalValue) 
- 
Method Summary
- 
Constructor Details- 
PropChangeHolder
- 
PropChangeHolder
 
- 
- 
Method Details- 
valueChanged
- 
getValue
 
-