Class ValueChangeEvent<T>
- java.lang.Object
-
- org.dashbuilder.common.client.event.ContextualEvent
-
- org.dashbuilder.common.client.event.ValueChangeEvent<T>
-
- All Implemented Interfaces:
org.uberfire.workbench.events.UberFireEvent
public class ValueChangeEvent<T> extends ContextualEvent
CDI event for components that have a value and it can be changed.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description ValueChangeEvent(Object context, T oldValue, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetOldValue()TgetValue()StringtoString()-
Methods inherited from class org.dashbuilder.common.client.event.ContextualEvent
getContext
-
-