Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.scripting.external.buffer
Class SAIRealizeNode

java.lang.Object
  extended by org.web3d.vrml.scripting.external.buffer.SAIRealizeNode
All Implemented Interfaces:
ExternalEvent

public class SAIRealizeNode
extends java.lang.Object
implements ExternalEvent

Simple event class for processing node realization in the external SAI classes.

Author:
Bradley Vender

Method Summary
 void doEvent()
          Perform the event actions.
 boolean isConglomerating()
          Is the event conglomerating or non-conglomerating.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doEvent

public void doEvent()
Description copied from interface: ExternalEvent
Perform the event actions.

Specified by:
doEvent in interface ExternalEvent

isConglomerating

public boolean isConglomerating()
Description copied from interface: ExternalEvent
Is the event conglomerating or non-conglomerating. Conglomerating events such as the set1Value calls build up in the event buffer.

Specified by:
isConglomerating in interface ExternalEvent
See Also:
Node realizationations don't conglomerate

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium