Package org.eclipse.compare
Interface IContentChangeListener
-
- All Known Implementing Classes:
HistoryPageCompareEditorInput
,HistoryPageSaveablePart
,PageCompareEditorInput
,PageSaveablePart
,ParticipantPageCompareEditorInput
,ParticipantPageSaveablePart
public interface IContentChangeListener
AnIContentChangeListener
is 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 void
contentChanged(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
-
-