Class SAIRealizeNode
java.lang.Object
org.web3d.vrml.scripting.external.buffer.SAIRealizeNode
- All Implemented Interfaces:
ExternalEvent
Simple event class for processing node realization in the external SAI
classes.
- Author:
- Bradley Vender
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doEvent()
Perform the event actions.boolean
Is the event conglomerating or non-conglomerating.
-
Method Details
-
doEvent
public void doEvent()Description copied from interface:ExternalEvent
Perform the event actions.- Specified by:
doEvent
in interfaceExternalEvent
-
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 interfaceExternalEvent
- Returns:
- * @see ExternalEvent#isConglomerating Node realizationations don't conglomerate
-