public static class EntityOptions.ValueChangeEvent<T>
extends java.util.EventObject
Constructor and Description |
---|
ValueChangeEvent(Options<T> source,
T prevValue,
T value) |
Modifier and Type | Method and Description |
---|---|
T |
getPrevValue() |
Options<T> |
getSource() |
T |
getValue() |