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