Interface ViewModelEditorCallback

  • All Known Implementing Classes:
    ViewEditorPart

    public interface ViewModelEditorCallback
    A Callback used to triger a reload of the model.
    Author:
    Eugen Neufeld
    • Method Detail

      • reloadViewModel

        void reloadViewModel()
        Called by the framework to trigger a view model reload.
      • signalEcoreOutOfSync

        void signalEcoreOutOfSync()
        Called by the framework to signal that the view model's resource has changed since the view model was last loaded.