Interface IndexChangedListener

All Superinterfaces:
RepositoryListener

public interface IndexChangedListener extends RepositoryListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when any change is made to the index.
  • Method Details

    • onIndexChanged

      void onIndexChanged(IndexChangedEvent event)
      Invoked when any change is made to the index.
      Parameters:
      event - information about the changes.