Package org.eclipse.compare
Interface IContentChangeListener
-
- All Known Implementing Classes:
HistoryPageCompareEditorInput,HistoryPageSaveablePart,PageCompareEditorInput,PageSaveablePart,ParticipantPageCompareEditorInput,ParticipantPageSaveablePart
public interface IContentChangeListenerAnIContentChangeListeneris informed about content changes of aIContentChangeNotifier.Clients may implement this interface.
- See Also:
IContentChangeNotifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontentChanged(IContentChangeNotifier source)Called whenever the content of the given source has changed.
-
-
-
Method Detail
-
contentChanged
void contentChanged(IContentChangeNotifier source)
Called whenever the content of the given source has changed.- Parameters:
source- the source whose contents has changed
-
-