Interface RightMouseDownHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed when the right mouse button is pressed on this widget.
-
Method Details
-
onRightMouseDown
Executed when the right mouse button is pressed on this widget. No default implementation.- Parameters:
event
- the event
-