public interface GraphStructureChangeListener
VirtualUniverse.addGraphStructureChangeListener(org.scijava.java3d.GraphStructureChangeListener)
Modifier and Type | Method and Description |
---|---|
void |
branchGroupAdded(Object parent,
BranchGroup child)
Invoked when a branch group is added.
|
void |
branchGroupMoved(Object oldParent,
Object newParent,
BranchGroup child)
Invoked when a branch group is moved.
|
void |
branchGroupRemoved(Object parent,
BranchGroup child)
Invoked when a branch group is removed.
|
void branchGroupAdded(Object parent, BranchGroup child)
parent
- the parent of the child being addedchild
- the child being addedvoid branchGroupRemoved(Object parent, BranchGroup child)
parent
- the parent of the child being addedchild
- the child being addedvoid branchGroupMoved(Object oldParent, 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 © 2016–2022 SciJava. All rights reserved.