Interface RestoreClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRestoreClick
(RestoreClickEvent event) Notification method fired when the user clicks the 'restore' button.
-
Method Details
-
onRestoreClick
Notification method fired when the user clicks the 'restore' button.- Parameters:
event
- the event
-