X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.structural2%2Fsrc%2Forg%2Fsimantics%2Fstructural2%2Futils%2FStructuralChangeVisitor.java;h=5b73e2b967903dcf0855ed9937d639ad98b11507;hb=refs%2Fchanges%2F38%2F238%2F2;hp=2fef02a6584456cffad0ee59363d5334e20f082d;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.structural2/src/org/simantics/structural2/utils/StructuralChangeVisitor.java b/bundles/org.simantics.structural2/src/org/simantics/structural2/utils/StructuralChangeVisitor.java index 2fef02a65..5b73e2b96 100644 --- a/bundles/org.simantics.structural2/src/org/simantics/structural2/utils/StructuralChangeVisitor.java +++ b/bundles/org.simantics.structural2/src/org/simantics/structural2/utils/StructuralChangeVisitor.java @@ -1,21 +1,21 @@ -package org.simantics.structural2.utils; - -import org.simantics.db.ReadGraph; -import org.simantics.db.Resource; -import org.simantics.db.exception.DatabaseException; - -public interface StructuralChangeVisitor { - - /** - * This method is called for components when - * - * Flag {@code onlySubstructureChanged} is false, if only the children of the component are removed. - */ - void visitComponentChange(ReadGraph graph, Resource component, boolean componentItselfModified) throws DatabaseException; - -} +package org.simantics.structural2.utils; + +import org.simantics.db.ReadGraph; +import org.simantics.db.Resource; +import org.simantics.db.exception.DatabaseException; + +public interface StructuralChangeVisitor { + + /** + * This method is called for components when + * + * Flag {@code onlySubstructureChanged} is false, if only the children of the component are removed. + */ + void visitComponentChange(ReadGraph graph, Resource component, boolean componentItselfModified) throws DatabaseException; + +}