public interface ControlListener
ControlListener
is an interface of classes that listen to the
Control
state. To add an ControlListener
use the method
Opt4JModule.addControlListener(Class)
.Modifier and Type | Method and Description |
---|---|
void |
stateChanged(Control.State state)
Invoked if the state of the
Control changes. |
void stateChanged(Control.State state)
Control
changes.state
- the current state of the optimization process