Interface HasEditCompleteHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CSSEditor
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired when the okButton is clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEditCompleteHandler
Notification fired when the okButton is clicked.- Parameters:
 handler- the editComplete handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -