Eclipse Platform
2.1

Uses of Interface
org.eclipse.compare.IContentChangeListener

Packages that use IContentChangeListener
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
 

Uses of IContentChangeListener in org.eclipse.compare
 

Methods in org.eclipse.compare with parameters of type IContentChangeListener
 void BufferedContent.addContentChangeListener(IContentChangeListener listener)
           
 void BufferedContent.removeContentChangeListener(IContentChangeListener listener)
           
 void IContentChangeNotifier.addContentChangeListener(IContentChangeListener listener)
          Adds a content change listener to this notifier.
 void IContentChangeNotifier.removeContentChangeListener(IContentChangeListener listener)
          Removes the given content changed listener from this notifier.
 


Eclipse Platform
2.1

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