public interface UiEvent
UiFeature
to a
UiHandlerEvent
via the
onEvent
method.Modifier and Type | Method and Description |
---|---|
UiFeature |
getSource() |
EventType |
getType()
This method gets the
type of this event. |
boolean |
isProgrammatic() |
UiFeature getSource()
boolean isProgrammatic()
true
if the UiEvent
was triggered by the program (e.g. via
UiFeatureClick.click()
), false
if performed
by the end-user via keyboard, touch, or mouse interaction.Copyright © 2001–2016 mmm-Team. All rights reserved.