Interface MouseDownHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonMouseDown(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
 
 -