R
- The object that is the result of the ETM.public interface ETMLiveListener<R>
extends java.util.EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ETMLiveListener.ListernerList<R>
List implementation that fires the events for each of the listeners.
|
static class |
ETMLiveListener.RunningState
A list of states an ETM instance can be in (e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
finished(ETMLiveListener.RunningState type)
Trigger indicating that the ETM stopped running, together with the state
(e.g.
|
void |
generationFinished(R result)
Trigger fired when a generation has finished, with the new data of the
generation included.
|
void |
start()
When the ETM starts running this event is triggered (for instance
indicating that updates are expected to come in).
|
void start()
void generationFinished(R result)
result
- popFitnessMean
- popFitnessStd
- void finished(ETMLiveListener.RunningState type)
type
-