public interface GraphStructureChangeListener
VirtualUniverse.addGraphStructureChangeListener(javax.media.j3d.GraphStructureChangeListener)| Modifier and Type | Method and Description |
|---|---|
void |
branchGroupAdded(java.lang.Object parent,
BranchGroup child)
Invoked when a branch group is added.
|
void |
branchGroupMoved(java.lang.Object oldParent,
java.lang.Object newParent,
BranchGroup child)
Invoked when a branch group is moved.
|
void |
branchGroupRemoved(java.lang.Object parent,
BranchGroup child)
Invoked when a branch group is removed.
|
void branchGroupAdded(java.lang.Object parent,
BranchGroup child)
parent - the parent of the child being addedchild - the child being addedvoid branchGroupRemoved(java.lang.Object parent,
BranchGroup child)
parent - the parent of the child being addedchild - the child being addedvoid branchGroupMoved(java.lang.Object oldParent,
java.lang.Object newParent,
BranchGroup child)
oldParent - the original parent of the child being movednewParent - the new parent of the child being movedchild - the child being movedCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.