package jspecview.api;

import javajs.util.Lst;

public interface JSVAppInterface extends JSVAppletInterface {

	Lst<String> getScriptQueue();

}
