Uses of Interface
org.apache.camel.component.optaplanner.OptaplannerSolutionEventListener
-
-
Uses of OptaplannerSolutionEventListener in org.apache.camel.component.optaplanner
Methods in org.apache.camel.component.optaplanner that return types with arguments of type OptaplannerSolutionEventListener Modifier and Type Method Description protected Set<OptaplannerSolutionEventListener>OptaPlannerEndpoint. getSolutionEventListeners(Long problemId)Methods in org.apache.camel.component.optaplanner with parameters of type OptaplannerSolutionEventListener Modifier and Type Method Description protected voidOptaPlannerEndpoint. addSolutionEventListener(Long problemId, OptaplannerSolutionEventListener listener)protected voidOptaPlannerEndpoint. removeSolutionEventListener(Long problemId, OptaplannerSolutionEventListener listener)
-