org.optaplanner.core.impl.event
public class BestSolutionChangedEvent extends EventObject
source
Constructor and Description |
---|
BestSolutionChangedEvent(Solver source,
long timeMillisSpend,
Solution newBestSolution)
Internal API.
|
Modifier and Type | Method and Description |
---|---|
Solution |
getNewBestSolution() |
long |
getTimeMillisSpend() |
getSource, toString
public long getTimeMillisSpend()
public Solution getNewBestSolution()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.