Interface MouseUpHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseUp
(MouseUpEvent event) Executed when the left mouse is released on this widget.
-
Method Details
-
onMouseUp
Executed when the left mouse is released on this widget. No default implementation.- Parameters:
event
- the event
-