Interface ReferenceManager.IRefreshListener
Use to receive notification when a refresh has finished. See AddListener(ReferenceManager.IRefreshListener).
Assembly: DistributedLucene.Net.dll
Syntax
public interface IRefreshListener
Methods
Name | Description |
---|---|
AfterRefresh(Boolean) | Called after the attempted refresh; if the refresh
did open a new reference then didRefresh will be |
BeforeRefresh() | Called right before a refresh attempt starts. |