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