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