Package io.jmix.flowui.data
Class ValueSource.ValueChangeEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.flowui.data.ValueSource.ValueChangeEvent<V>
- Type Parameters:
- V- value type
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- ValueSource<V>
An event that is fired when value of source is changed.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
ValueChangeEvent
 
- 
- 
Method Details- 
getSource- Overrides:
- getSourcein class- EventObject
 
- 
getPrevValue
- 
getValue
 
-