update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / api / JSInterface.java
index d824543..0f785fa 100644 (file)
@@ -19,6 +19,7 @@ public interface JSInterface {
   void setScreenDimension(int width, int height);
   boolean setStatusDragDropped(int mode, int x, int y, String fileName);
        void startHoverWatcher(boolean enable);
+       void update();
 
        // these are not general methods
 //Object getGLmolView();