update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / api / js / J2SObjectInterface.java
1 package javajs.api.js;
2
3 /**
4  * methods in JSmol JavaScript accessed in Jmol 
5  */
6 public interface J2SObjectInterface {
7
8   Object _doAjax(Object url, String postOut, Object bytesOrStringOut, boolean isBinary);
9
10   void _apply(Object func, Object data);
11
12 }