Package cz.vutbr.fit.layout.api
Interface ScriptObject
-
public interface ScriptObjectAn object that should be made available in the JavaScript engine.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVarName()Gets the name of the object in the JavaScript engine.voidsetIO(Reader in, Writer out, Writer err)Sets the readers/writers to be used by the script.
-
-
-
Method Detail
-
getVarName
String getVarName()
Gets the name of the object in the JavaScript engine.- Returns:
- the JS identifier
-
-