]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/INode.java
Further refactoring of SCL interfaces
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / scenegraph / base / INode.java
index a8379433428befd060ed916050646ea58c1e5029..390b3a20c7938345426a1716eeccf686b56ec15e 100644 (file)
@@ -56,6 +56,8 @@ public interface INode {
      * Remove this node and its children from the scene graph.
      */
     public void remove();
+    
+    public void deattach();
 
     
     public void addListener(NodeListener listener);