Interface EditCompleteHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEditComplete
(EditCompleteEvent event) Notification fired when the okButton is clicked.
-
Method Details
-
onEditComplete
Notification fired when the okButton is clicked.- Parameters:
event
- the event
-