Package xal.extension.solver.algorithm
Interface SearchAlgorithmListener
- All Known Implementing Classes:
AlgorithmPool
public interface SearchAlgorithmListener
The interface implemented by listeners of search algorithm events.
- Author:
- ky6
-
Method Summary
Modifier and TypeMethodDescriptionvoid
algorithmAvailable
(SearchAlgorithm source) Send a message that an algorithm is available.void
algorithmUnavailable
(SearchAlgorithm source) Send a message that an algorithm is not available.
-
Method Details
-
algorithmAvailable
Send a message that an algorithm is available.- Parameters:
source
- The source of the available algorithm.
-