Package org.eclipse.compare
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 TypeMethodDescriptionvoidcontentChanged(IContentChangeNotifier source) Called whenever the content of the given source has changed.
-
Method Details
-
contentChanged
Called whenever the content of the given source has changed.- Parameters:
source- the source whose contents has changed
-