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 TypeMethodDescriptionvoiddoEvent()Perform the event actions.booleanIs the event conglomerating or non-conglomerating.
-
Method Details
-
doEvent
public void doEvent()Description copied from interface:ExternalEventPerform the event actions.- Specified by:
doEventin interfaceExternalEvent
-
isConglomerating
public boolean isConglomerating()Description copied from interface:ExternalEventIs the event conglomerating or non-conglomerating. Conglomerating events such as the set1Value calls build up in the event buffer.- Specified by:
isConglomeratingin interfaceExternalEvent- Returns:
- * @see ExternalEvent#isConglomerating Node realizationations don't conglomerate
-