Interface BatchIndexListener


  • public interface BatchIndexListener
    Listener that will be notified when the indexing of a project starts or finishes
    • Method Detail

      • notifyIndexIngStarted

        void notifyIndexIngStarted​(KCluster kCluster,
                                   org.uberfire.java.nio.file.Path path)
        Method that will be called to notify that the indexing has started.
        Parameters:
        kCluster - the KCluster that's going to be indexed
        path - the path of the project to be indexed
      • notifyIndexIngFinished

        void notifyIndexIngFinished​(KCluster kCluster,
                                    org.uberfire.java.nio.file.Path path)
        Method that will be called to notify that the indexing has finished.
        Parameters:
        kCluster - the KCluster that's been indexed
        path - the path of the indexed project