-
- All Superinterfaces:
RepositoryListener
public interface IndexChangedListener extends RepositoryListener
ReceivesIndexChangedEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonIndexChanged(IndexChangedEvent event)Invoked when any change is made to the index.
-
-
-
Method Detail
-
onIndexChanged
void onIndexChanged(IndexChangedEvent event)
Invoked when any change is made to the index.- Parameters:
event- information about the changes.
-
-