Interface ApplyClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplyClick
(ApplyClickEvent event) Notification method fired when theApply button
is clicked.
-
Method Details
-
onApplyClick
Notification method fired when theApply button
is clicked.- Parameters:
event
- the event
-