|
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 Xj3DCADViewListener
Listener for changes of structure related to CAD-specific content.
These callback methods provide information for changes within an existing scene. For bulk changes, such as the change of scene, please use the base browser listener interface from the SAI.
| Method Summary | |
|---|---|
void |
assemblyAdded(X3DNode assembly)
Notification that an assembly was added to the root of the world. |
void |
assemblyRemoved(X3DNode assembly)
Notification that an assembly was removed from the root of the world. |
void |
layerAdded(X3DNode layer)
Notification that a CADLayer was added to the root of the world. |
void |
layerRemoved(X3DNode layer)
Notification that a CADLayer was added to the root of the world. |
| Method Detail |
|---|
void assemblyAdded(X3DNode assembly)
assembly - The node instance that was addedvoid assemblyRemoved(X3DNode assembly)
assembly - The node instance that was removedvoid layerAdded(X3DNode layer)
assembly - The node instance that was addedvoid layerRemoved(X3DNode layer)
assembly - The node instance that was removed
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||