Package org.apache.lucene.index
Interface IndexReader.ReaderClosedListener
-
- Enclosing class:
- IndexReader
public static interface IndexReader.ReaderClosedListener
A custom listener that's invoked when the IndexReader is closed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClose(IndexReader reader)
Invoked when theIndexReader
is closed.
-
-
-
Method Detail
-
onClose
void onClose(IndexReader reader)
Invoked when theIndexReader
is closed.
-
-