ClickHandler abstract class
Handler for {@link ClickEvent} events.
abstract class ClickHandler extends EventHandler {
/**
* Called when a native click event is fired.
*
* @param event the {@link ClickEvent} that was fired
*/
void onClick(ClickEvent event);
}
Extends
EventHandler > ClickHandler
Subclasses
Methods
abstract void onClick(ClickEvent event) #
Called when a native click event is fired.
@param event the {@link ClickEvent} that was fired