Eclipse Platform
2.0

org.eclipse.compare
Interface IContentChangeNotifier

All Known Implementing Classes:
BufferedContent

public interface IContentChangeNotifier

Interface common to all objects that provide a means for registering for content change notification.

Clients may implement this interface.

See Also:
IContentChangeListener

Method Summary
 void addContentChangeListener(IContentChangeListener listener)
          Adds a content change listener to this notifier.
 void removeContentChangeListener(IContentChangeListener listener)
          Removes the given content changed listener from this notifier.
 

Method Detail

addContentChangeListener

public void addContentChangeListener(IContentChangeListener listener)
Adds a content change listener to this notifier. Has no effect if an identical listener is already registered.

Parameters:
listener - a content changed listener

removeContentChangeListener

public void removeContentChangeListener(IContentChangeListener listener)
Removes the given content changed listener from this notifier. Has no effect if the listener is not registered.

Parameters:
listener - a content changed listener

Eclipse Platform
2.0

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