Package com.hello2morrow.sonargraph.api
Interface IScriptAccess
-
public interface IScriptAccess
An access object to encapsulate the running script. This object is accessible via the global variable "script".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Return the name of this script.
-