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