Uses of Interface
org.apache.lucene.monitor.MonitorUpdateListener
-
Packages that use MonitorUpdateListener Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of MonitorUpdateListener in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type MonitorUpdateListener Modifier and Type Field Description protected java.util.List<MonitorUpdateListener>
QueryIndex. listeners
Methods in org.apache.lucene.monitor with parameters of type MonitorUpdateListener Modifier and Type Method Description void
QueryIndex. addListener(MonitorUpdateListener listener)
void
Monitor. addQueryIndexUpdateListener(MonitorUpdateListener listener)
Register aMonitorUpdateListener
that will be notified whenever changes are made to the Monitor's queryindex
-