Uses of Interface
cn.mapway.document.ui.client.component.ace.AceEditorCallback
Packages that use AceEditorCallback
-
Uses of AceEditorCallback in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceEditorCallbackModifier and TypeMethodDescriptionvoidAceEditor.addOnChangeHandler(AceEditorCallback callback) Register a handler for change events generated by the editor.voidAceEditor.addOnCursorPositionChangeHandler(AceEditorCallback callback) Register a handler for cursor position change events generated by the editor.