Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DPerFrameObserverScript

All Superinterfaces:
X3DScriptImplementation

public interface X3DPerFrameObserverScript
extends X3DScriptImplementation

Marker interface to say that the implementing class is interested in knowing about per-frame updates and the pre event cascade processing steps.

Version:
$Revision: 1.2 $
Author:
Justin Couch

Method Summary
 void prepareEvents()
          Notification that the script is in the prepareEvents section of the event model evaluation.
 
Methods inherited from interface org.web3d.x3d.sai.X3DScriptImplementation
eventsProcessed, initialize, setBrowser, setFields, shutdown
 

Method Detail

prepareEvents

void prepareEvents()
Notification that the script is in the prepareEvents section of the event model evaluation.


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium