Interface IdsListener


  • public interface IdsListener
    This consumer will be notified about new results which may be incomplete.
    • Method Detail

      • idsFound

        void idsFound​(List<? extends Comparable<?>> idsSoFar)
        Updates the list of ids found so far.
        Parameters:
        idsSoFar - list of ids found so far.