public interface IIndexerStateListener
Clients may implement this interface.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the CDT team.
Modifier and Type | Method and Description |
---|---|
void |
indexChanged(IIndexerStateEvent event)
Notifies this listener that the state of the indexer has changed.
|
void indexChanged(IIndexerStateEvent event)
The supplied event provides the details. This event object is valid only for the duration of the invocation of this method.
Note: This method is called by CDT; it is not intended to be called directly by clients.
event
- the indexer state eventCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.