Class OptimizationEventListener

java.lang.Object
com.dna.jopt.framework.body.event.OptimizationEventListener
All Implemented Interfaces:
IOptimizationEventListener

public class OptimizationEventListener extends Object implements IOptimizationEventListener
The listener interface for receiving optimizationEvent events. The class that is interested in processing a optimizationEvent event implements this interface, and the object created with that class is registered with a component using the component's addOptimizationEventListener method. When the optimizationEvent event occurs, that object's appropriate method is invoked.
See Also: