X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.structural2%2Fsrc%2Forg%2Fsimantics%2Fstructural2%2Futils%2FStructuralChangeVisitor.java;h=5b73e2b967903dcf0855ed9937d639ad98b11507;hb=3a10ce856f7124f83cf03d6e7f7576da237a7cbb;hp=2fef02a6584456cffad0ee59363d5334e20f082d;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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; + +}