| Interface | Description |
|---|---|
| AlgorithmEvent | |
| ScoredSolutionCandidateFoundEvent<O,V extends java.lang.Comparable<V>> | |
| SolutionCandidateFoundEvent<O> |
| Class | Description |
|---|---|
| AAlgorithmEvent | |
| AlgorithmCanceledEvent | |
| AlgorithmFinishedEvent | |
| AlgorithmInitializedEvent | |
| AlgorithmInterruptedEvent | |
| ASolutionCandidateFoundEvent<O> |
This is to notify listeners that an algorithm has found a solution candidate.
|