Basic HTML version of Foils prepared March 18 1998

Foil 18 Script Node with Java

From Scripting and EAI in VRML97 CPS616 -- Information Track of CPS -- Spring Semester 98. by Hasan Ozdemir (Geoffrey C. Fox)


vrml.Event object is defined as follows:
public class Event implements Cloneable {
public String getName(); // name of the event
public ConstField getValue(); // value of the event
public double getTimeStamp();// timestamp of the event
// other methods ...
}
developer can overload processEvents( ) or processEvent(vrml.Event evt) since default behavior in processEvents() is to call processEvent() for each received event.



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Nov 29 1998