Interface IApplicationEditingContextListener


  • public interface IApplicationEditingContextListener
    The editing context listener. It allows to handle the editing context state changes.
    Since:
    1.0.0
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void changed()
      It is invoked when the editing context is changed, e.g.
      default void saved()
      It is invoked when the editing context is saved.
    • Method Detail

      • changed

        default void changed()
        It is invoked when the editing context is changed, e.g. it is modified by the task execution/undo/redo.
      • saved

        default void saved()
        It is invoked when the editing context is saved.