public abstract class UiHandlerEventClick extends Object implements UiHandlerEvent
UiHandlerEvent
for the action onClick(UiEventClick)
.Constructor and Description |
---|
UiHandlerEventClick() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onClick(UiEventClick event)
This method is invoked if an UI object (a button, menu-item, etc.) has been clicked.
|
void |
onEvent(UiEvent event)
|
public void onEvent(UiEvent event)
onEvent
in interface UiHandlerEvent
event
- is the UiEvent
that has been sent.public abstract void onClick(UiEventClick event)
event
- is the click event
.Copyright © 2001–2016 mmm-Team. All rights reserved.