Interface ButtonClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonButtonClick(ButtonClickEvent event) Fires when any button in this Dialog's toolbar is clicked. 
- 
Method Details
- 
onButtonClick
Fires when any button in this Dialog's toolbar is clicked. Default implementation does nothing.- Parameters:
 event- the event
 
 -