Interface ClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonClick(ClickEvent event) Executed when the left mouse is clicked (pressed and then released) on this widget. 
- 
Method Details
- 
onClick
Executed when the left mouse is clicked (pressed and then released) on this widget. No default implementation.- Parameters:
 event- the event
 
 -