Interface HasAceEditorChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
AceEditor
-
Method Summary
Modifier and TypeMethodDescriptionCalled when the editor's value has been changed.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addAceEditorChangedHandler
Called when the editor's value has been changed.- Parameters:
handler
- the aceEditorChanged handler- Returns:
HandlerRegistration
used to remove this handler
-