public interface IterationListener
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
invoke()
Change invoke to true
|
boolean |
invoked()
Get if listener invoked
|
void |
iterationDone(Model model,
int iteration)
Event listener for each iteration
|
boolean invoked()
void invoke()
void iterationDone(Model model, int iteration)
iteration
- the iterationmodel
- the model iterating