VALUE
- is the generic type of the changed
value
.public abstract class UiHandlerEventValueChange<VALUE> extends Object implements UiHandlerEvent
UiHandlerEvent
for the action onValueChange(UiEventValueChange)
.Constructor and Description |
---|
UiHandlerEventValueChange() |
Modifier and Type | Method and Description |
---|---|
void |
onEvent(UiEvent event)
|
abstract void |
onValueChange(UiEventValueChange<VALUE> event)
This method is invoked if an UI object has changed its
value . |
public void onEvent(UiEvent event)
onEvent
in interface UiHandlerEvent
event
- is the UiEvent
that has been sent.public abstract void onValueChange(UiEventValueChange<VALUE> event)
value
.event
- is the value change event
.Copyright © 2001–2016 mmm-Team. All rights reserved.