|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeRealizationProcessor
Interface for handling node realization requests. Due to the semantics of the external SAI, it is necessary to buffer requests to realize nodes while being able to determine which nodes have been buffered, and implementing that scheme ends up requiring a circular reference between the event and event queue, which this interface breaks.
| Method Summary | |
|---|---|
boolean |
isNodeRealized(VRMLNodeType node)
Is the node realized or had realization requested? |
void |
markNodeRealized(VRMLNodeType node)
Mark a node as undergoing realization |
void |
markRealizationComplete(VRMLNodeType node)
Complete the realization of a node. |
| Method Detail |
|---|
boolean isNodeRealized(VRMLNodeType node)
node - The node in question
void markNodeRealized(VRMLNodeType node)
void markRealizationComplete(VRMLNodeType node)
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||