public interface AceEditorCallback
AceEditor
.
Note that the argument the callback receives is a
JavaScriptObject, so you will probably need to use JSNI to
make use of it.Modifier and Type | Method and Description |
---|---|
void |
invokeAceCallback(com.google.gwt.core.client.JavaScriptObject obj)
Callback method.
|