X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.cms.ui%2Fsrc%2Forg%2Fargeo%2Fcms%2Fui%2FCmsView.java;h=d57f20bed897a626da6e4d584180b7a7f6471f9e;hb=904a1973a06955a1af45d27b74e563f391bd4eb3;hp=8011dce59a9af024ef40ecb025c30cde7e80be31;hpb=674adef394d42c52ddd35ee308d3c5ac6d61e42f;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsView.java b/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsView.java index 8011dce59..d57f20bed 100644 --- a/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsView.java +++ b/org.argeo.cms.ui/src/org/argeo/cms/ui/CmsView.java @@ -60,6 +60,9 @@ public interface CmsView { default T doAs(PrivilegedAction action) { throw new UnsupportedOperationException(); } + + default void stateChanged(String state, String title) { + } static CmsView getCmsView(Control parent) { // find parent shell