Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / src / javajs / api / JmolObjectInterface.java
1 package javajs.api;
2
3 /**
4  * methods in JSmol JavaScript accessed in Jmol 
5  */
6 public interface JmolObjectInterface {
7
8   Object _doAjax(Object url, String postOut, Object bytesOrStringOut);
9
10   void _apply(Object func, Object data);
11
12 }