public class ValueChangeEvent<T> extends ContextualEvent
CDI event for components that have a value and it can be changed.
Constructor and Description |
---|
ValueChangeEvent(Object context,
T oldValue,
T value) |
Modifier and Type | Method and Description |
---|---|
T |
getOldValue() |
T |
getValue() |
String |
toString() |
getContext
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.