public class IterationEvent extends EventObject
IterationManager
should be derived.source
Constructor and Description |
---|
IterationEvent(Object source,
int iterations)
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 iterations)
source
- the iterative algorithm on which the event initially
occurrediterations
- the number of iterations performed at the time
this
event is createdCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.