W
- public class ValueChangedEvent<W extends Widget<? extends Element<?>,W>,V> extends Event<ValueChangedHandler<W,V>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static Event.Type<ValueChangedHandler> |
TYPE |
Constructor and Description |
---|
ValueChangedEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ValueChangedHandler<W,V> handler) |
V |
getNewValue() |
V |
getOldValue() |
Event.Type<ValueChangedHandler<W,V>> |
getType() |
V |
getValue() |
void |
setNewValue(V newValue) |
void |
setOldValue(V oldValue) |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagation
public static final Event.Type<ValueChangedHandler> TYPE
public Event.Type<ValueChangedHandler<W,V>> getType()
protected void dispatch(ValueChangedHandler<W,V> handler)
public void setOldValue(V oldValue)
public void setNewValue(V newValue)
public V getOldValue()
public V getValue()
public V getNewValue()
Copyright © 2018 Xalys. All rights reserved.