Add navigation notification to CMS View.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsView.java
index 8011dce59a9af024ef40ecb025c30cde7e80be31..d57f20bed897a626da6e4d584180b7a7f6471f9e 100644 (file)
@@ -60,6 +60,9 @@ public interface CmsView {
        default <T> T doAs(PrivilegedAction<T> action) {
                throw new UnsupportedOperationException();
        }
+       
+       default void stateChanged(String state, String title) {
+       }
 
        static CmsView getCmsView(Control parent) {
                // find parent shell