public interface IndexChangedListener
Modifier and Type | Method and Description |
---|---|
void |
fileAdded(java.lang.String path,
java.lang.String analyzer)
A file is added to the index database
|
void |
fileRemoved(java.lang.String path)
A file is being removed from the index database
|
void fileAdded(java.lang.String path, java.lang.String analyzer)
path
- The path to the file (absolute from source root)analyzer
- The analyzer being used to analyze the filevoid fileRemoved(java.lang.String path)
path
- The path to the file (absolute from source root)