~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexerStateListener.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-10-03 20:30:16 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131003203016-d4ug6l0xgosasumq
Tags: 8.2.1-1
* New upstream release.
* Updated autotools documentation sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * http://www.eclipse.org/legal/epl-v10.html
7
7
 *
8
8
 * Contributors:
9
 
 *    Markus Schorn - initial API and implementation
 
9
 *     Markus Schorn - initial API and implementation
10
10
 *******************************************************************************/ 
11
 
 
12
11
package org.eclipse.cdt.core.index;
13
12
 
14
 
 
15
13
/**
16
14
 * An indexer state listener is notified of changes to the state of the indexer.
17
15
 * <p>
25
23
 * @since 4.0
26
24
 */
27
25
public interface IIndexerStateListener {
28
 
        
29
26
        /**
30
27
         * Notifies this listener that the state of the indexer has changed.
31
28
         * <p>