Interface SearchAlgorithmListener

All Known Implementing Classes:
AlgorithmPool

public interface SearchAlgorithmListener
The interface implemented by listeners of search algorithm events.
Author:
ky6
  • Method Details

    • algorithmAvailable

      void algorithmAvailable(SearchAlgorithm source)
      Send a message that an algorithm is available.
      Parameters:
      source - The source of the available algorithm.
    • algorithmUnavailable

      void algorithmUnavailable(SearchAlgorithm source)
      Send a message that an algorithm is not available.
      Parameters:
      source - The source of the available algorithm.