VALUE
- is the generic type of the selected value
.public class UiEventSelectionChange<VALUE> extends AbstractUiEvent
UiEvent
for EventType.SELECTION_CHANGE
.Modifier and Type | Field and Description |
---|---|
private UiFeatureSelectedValue<VALUE> |
source |
Constructor and Description |
---|
UiEventSelectionChange(UiFeatureSelectedValue<VALUE> source,
boolean programmatic)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
UiFeatureSelectedValue<VALUE> |
getSource() |
EventType |
getType()
This method gets the
type of this event. |
isProgrammatic, toString
private final UiFeatureSelectedValue<VALUE> source
getSource()
public UiEventSelectionChange(UiFeatureSelectedValue<VALUE> source, boolean programmatic)
source
- - see getSource()
.programmatic
- - see AbstractUiEvent.isProgrammatic()
.public UiFeatureSelectedValue<VALUE> getSource()
Copyright © 2001–2016 mmm-Team. All rights reserved.