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 changed
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.