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