X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.profile%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fprofile%2FObserver.java;h=34343870af2001e5b143978c78bd0d2fb6167a4c;hp=48dce8fd2b271d78b96a8348d22bf7b466c1a735;hb=5a1429ae3eca8b03df0fe9784440f066502fbce7;hpb=e785ea2594a871612806780acd918e35ef1751ed 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