|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
You must implement ProgressListener if you want to listen to the
progress of the algorithm and register it to GeneticPositioning or
SymmetricPositioning.
Please see ProgressEvent, GeneticPositioning
and SymmetricPositioning
| Method Summary | |
void |
progressChanged(ProgressEvent e)
This method is called each time the progress changes (i.e. a new better generation is found for the GeneticPositioning or a new iteration is done by the SymmetricPositioning).
|
void |
progressEnded(ProgressEvent e)
This method is called only once when the progress ends. |
void |
progressStarted(ProgressEvent e)
This method is called only once when the progress starts. |
| Method Detail |
public void progressStarted(ProgressEvent e)
ProgressEvent
is only ProgressEvent.START_EVENT.
e - the ProgressEvent generatedProgressEventpublic void progressChanged(ProgressEvent e)
GeneticPositioning or a new iteration is done by the SymmetricPositioning).
The type of the ProgressEvent
can be one of ProgressEvent.START_EVENT,
ProgressEvent.PROGRESS_EVENT and ProgressEvent.END_EVENT.
e - the ProgressEvent generatedProgressEventpublic void progressEnded(ProgressEvent e)
ProgressEvent
is only ProgressEvent.END_EVENT.
e - the ProgressEvent generatedProgressEvent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||