1 package jspecview.api;
2 
3 import javajs.util.Lst;
4 
5 public interface JSVAppInterface extends JSVAppletInterface, ScriptInterface {
6 
getScriptQueue()7 	Lst<String> getScriptQueue();
8 
9 }
10