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