Class VRMLInterface

VRMLInterface

public class VRMLInterface
implements Watcher
VRMLInterface lets WebSim control a VRML environment. The VRML datatypes this object can use are SFBool, SFInt32, SFFloat, SFVec3f for both field and eventOut.

This code is (c) 1997 Mance Harmon <mharmon@acm.org>, http://eureka1.aa.wpafb.af.mil
The source and object code may be redistributed freely. If the code is modified, please state so in the comments.

Version:
0.8, 12 May 97
Author:
Mance E. Harmon

Constructor Index

 o VRMLInterface()

Method Index

 o initialize()
 o processEvent(Event)
 o unregister(String)
 o update(String, Pointer, Watchable)

Constructors

 o VRMLInterface
 public VRMLInterface()

Methods

 o initialize
 public void initialize()
 o update
 public synchronized void update(String changedName,
                                 Pointer changedVar,
                                 Watchable obj)
 o processEvent
 public void processEvent(Event e)
 o unregister
 public synchronized void unregister(String watchedVar)