Interface IContentChangeListener

All Known Implementing Classes:
HistoryPageCompareEditorInput, HistoryPageSaveablePart, PageCompareEditorInput, PageSaveablePart, ParticipantPageCompareEditorInput, ParticipantPageSaveablePart

public interface IContentChangeListener
An IContentChangeListener is informed about content changes of a IContentChangeNotifier.

Clients may implement this interface.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the content of the given source has changed.
  • Method Details

    • contentChanged

      void contentChanged(IContentChangeNotifier source)
      Called whenever the content of the given source has changed.
      Parameters:
      source - the source whose contents has changed