|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexChangedListener
The changes in an index database may be monitored through this interface.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |