public class UiEventClick extends AbstractUiEvent
UiEvent
for EventType.CLICK
.Modifier and Type | Field and Description |
---|---|
private UiFeatureClick |
source |
Constructor and Description |
---|
UiEventClick(UiFeatureClick source,
boolean programmatic)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
UiFeatureClick |
getSource() |
EventType |
getType()
This method gets the
type of this event. |
isProgrammatic, toString
private final UiFeatureClick source
getSource()
public UiEventClick(UiFeatureClick source, boolean programmatic)
source
- - see getSource()
.programmatic
- - see AbstractUiEvent.isProgrammatic()
.public UiFeatureClick getSource()
Copyright © 2001–2016 mmm-Team. All rights reserved.