public interface IContentChangeListener
IContentChangeListener
is informed about content changes of a
IContentChangeNotifier
.
Clients may implement this interface.
IContentChangeNotifier
Modifier and Type | Method and Description |
---|---|
void |
contentChanged(IContentChangeNotifier source)
Called whenever the content of the given source has changed.
|
void contentChanged(IContentChangeNotifier source)
source
- the source whose contents has changedGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.