Eclipse Platform
2.0

org.eclipse.compare
Interface IContentChangeListener


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
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.