public class IterationEvent extends EventObject
IterationManager
should be derived.source
Constructor and Description |
---|
IterationEvent(Object source,
int iterationsIn)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
int |
getIterations()
Returns the number of iterations performed at the time
this event
is created. |
getSource, toString
public IterationEvent(Object source, int iterationsIn)
source
- the iterative algorithm on which the event initially
occurrediterationsIn
- the number of iterations performed at the time this
event is createdCopyright © 2021 CNES. All rights reserved.