Jmol/SwingJS update. Includes new transpiler and runtime
[jalview.git] / srcjar / javajs / api / js / J2SObjectInterface.java
index 687f642..d3ee620 100644 (file)
@@ -1,12 +1,12 @@
 package javajs.api.js;
 
 /**
- * methods in JSmol JavaScript accessed in Jmol 
+ * methods in JSmol JavaScript accessed in Jmol
  */
 public interface J2SObjectInterface {
 
-  Object _doAjax(Object url, String postOut, Object bytesOrStringOut, boolean isBinary);
+       Object doAjax(String url, String postOut, Object bytesOrStringOut, boolean isBinary);
 
-  void _apply(Object func, Object data);
+       void applyFunc(Object func, Object data);
 
 }