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 private java.util.List<MonitorUpdateListener>Monitor. listenersMethods in org.apache.lucene.monitor with parameters of type MonitorUpdateListener Modifier and Type Method Description voidMonitor. addQueryIndexUpdateListener(MonitorUpdateListener listener)Register aMonitorUpdateListenerthat will be notified whenever changes are made to the Monitor's queryindex
-