Interface MouseDownHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseDown
(MouseDownEvent event) Executed when the left mouse button is pressed on this widget.
-
Method Details
-
onMouseDown
Executed when the left mouse button is pressed on this widget. No default implementation.- Parameters:
event
- the event
-