|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IterationListener
The listener interface for receiving events occurring in an iterative algorithm.
| Method Summary | |
|---|---|
void |
initializationPerformed(IterationEvent e)
Invoked after completion of the initial phase of the iterative algorithm (prior to the main iteration loop). |
void |
iterationPerformed(IterationEvent e)
Invoked each time an iteration is completed (in the main iteration loop). |
void |
iterationStarted(IterationEvent e)
Invoked each time a new iteration is completed (in the main iteration loop). |
void |
terminationPerformed(IterationEvent e)
Invoked after completion of the operations which occur after breaking out of the main iteration loop. |
| Method Detail |
|---|
void initializationPerformed(IterationEvent e)
e - The IterationEvent object.void iterationPerformed(IterationEvent e)
e - The IterationEvent object.void iterationStarted(IterationEvent e)
e - The IterationEvent object.void terminationPerformed(IterationEvent e)
e - The IterationEvent object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||