X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.profile%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fprofile%2FObserver.java;fp=bundles%2Forg.simantics.scenegraph.profile%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fprofile%2FObserver.java;h=34343870af2001e5b143978c78bd0d2fb6167a4c;hb=ecfd4cc9881712d59ddfc2023db382ad4f3a9be9;hp=48dce8fd2b271d78b96a8348d22bf7b466c1a735;hpb=44b3ebb55aec76ee0b583fef45f7215f2ee5d26a;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Observer.java b/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Observer.java index 48dce8fd2..34343870a 100644 --- a/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Observer.java +++ b/bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/Observer.java @@ -25,6 +25,12 @@ public interface Observer { * requesting for style re-application for the whole diagram. */ void update(); + + /** + * Notifies this profile system instance that a profile subsystem is + * requesting for style re-application for the given item. + */ + void update(Style style, Object item); /** * For logging exceptional situations that occur within profile entries or