public class IterationEvent
extends java.util.EventObject
IterationManager
should be derived.Modifier and Type | Field and Description |
---|---|
private int |
iterations
The number of iterations performed so far.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
IterationEvent(java.lang.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. |
private static final long serialVersionUID
private final int iterations
Copyright (c) 2003-2014 Apache Software Foundation