Interface CancelClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonCancelClick(CancelClickEvent event) Notification method fired when theCancel buttonis clicked. 
- 
Method Details
- 
onCancelClick
Notification method fired when theCancel buttonis clicked.- Parameters:
 event- the event
 
 -