]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java
Remove listener calls when property values not updated.
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / scenegraph / structural / IComponentNode.java
index ac482b18f582c4c36c69697358035235faa89d03..a8371846c7bfc91eb655e1330fed410b777c8782 100644 (file)
@@ -1,11 +1,21 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.Collection;\r
 import java.util.List;\r
 \r
 \r
-@SuppressWarnings("rawtypes")\r
-public interface IComponentNode<T extends Connection, T2 extends IComponentNode> extends IStructuralNode{\r
+public interface IComponentNode<T extends Connection<T,T2>, T2 extends IComponentNode<T,T2>> extends IStructuralNode{\r
        \r
        public List<T> getAllConnections();\r
        //public void addConnection(Connection c);\r