External Authoring Interface(EAI) -II
Java applet communicates with the VRML world by obtaining an instance of the Browser class or by using the JSObject class in netscape’s liveconnect package
Then applet gets instance of node using the getNode() method of Browser class
getEventIn() and getEventOut() methods of the Node class return relevant eventIn’s and eventOut’s respectively