Interface ISynchronizeModelChangeListener


public interface ISynchronizeModelChangeListener
Listener that gets informed when the model created by the model provider is created or updated.

Clients may implement this interface.

Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the input model shown in a diff node viewer is updated.
  • Method Details

    • modelChanged

      void modelChanged(ISynchronizeModelElement root)
      Called whenever the input model shown in a diff node viewer is updated.
      Parameters:
      root - the root DiffNode of the model.