public interface HasAceEditorChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addAceEditorChangedHandler(AceEditorChangedHandler handler)
Called when the editor's value has been changed.
|
com.google.gwt.event.shared.HandlerRegistration addAceEditorChangedHandler(AceEditorChangedHandler handler)
handler
- the aceEditorChanged handlerHandlerRegistration
used to remove this handler