Xj3D 2.0 VRML/X3D Code API

org.xj3d.sai
Interface Xj3DCADViewListener


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.

Version:
$Revision: 1.1 $
Author:
Justin Couch

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

assemblyAdded

void assemblyAdded(X3DNode assembly)
Notification that an assembly was added to the root of the world.

Parameters:
assembly - The node instance that was added

assemblyRemoved

void assemblyRemoved(X3DNode assembly)
Notification that an assembly was removed from the root of the world.

Parameters:
assembly - The node instance that was removed

layerAdded

void layerAdded(X3DNode layer)
Notification that a CADLayer was added to the root of the world.

Parameters:
assembly - The node instance that was added

layerRemoved

void layerRemoved(X3DNode layer)
Notification that a CADLayer was added to the root of the world.

Parameters:
assembly - The node instance that was removed

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium