public interface SearchAlgorithmListener
| Modifier and Type | Method and Description |
|---|---|
void |
algorithmAvailable(SearchAlgorithm source)
Send a message that an algorithm is available.
|
void |
algorithmUnavailable(SearchAlgorithm source)
Send a message that an algorithm is not available.
|
void algorithmAvailable(SearchAlgorithm source)
source - The source of the available algorithm.void algorithmUnavailable(SearchAlgorithm source)
source - The source of the available algorithm.