LiveConnect Reference

This section documents the Java classes used for LiveConnect, along with their constructors and methods.

JavaScript-to-Java

These classes allow a Java object to access JavaScript code.

JSException
The public class JSException extends RuntimeException, and is thrown when JavaScript returns an error.
JSObject
The public class JSObject extends Object. JavaScript objects are wrapped in an instance of the class JSObject and passed to Java, allowing Java to manipulate JavaScript objects.

Java-to-JavaScript