Eclipse Platform
Release 3.1

org.eclipse.compare
Interface IContentChangeListener

All Known Implementing Classes:
ParticipantPageSaveablePart

public interface IContentChangeListener

An IContentChangeListener is informed about content changes of a IContentChangeNotifier.

Clients may implement this interface.

See Also:
IContentChangeNotifier

Method Summary
 void contentChanged(IContentChangeNotifier source)
          Called whenever the content of the given source has changed.
 

Method Detail

contentChanged

public void contentChanged(IContentChangeNotifier source)
Called whenever the content of the given source has changed.

Parameters:
source - the source whose contents has changed

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.