|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmEvent | |
---|---|
net.sourceforge.cilib.algorithm | The Algorithm instances. |
net.sourceforge.cilib.measurement.generic | |
net.sourceforge.cilib.simulator |
Uses of AlgorithmEvent in net.sourceforge.cilib.algorithm |
---|
Methods in net.sourceforge.cilib.algorithm with parameters of type AlgorithmEvent | |
---|---|
void |
AlgorithmListener.algorithmFinished(AlgorithmEvent e)
This event is fired when the algorithm has completed normally. |
void |
AlgorithmListener.algorithmStarted(AlgorithmEvent e)
This event is fired just prior to the execution of the main loop of the algorithm. |
void |
AlgorithmListener.algorithmTerminated(AlgorithmEvent e)
This event is fired when the algorithm is terminated abnormally. |
void |
AlgorithmListener.iterationCompleted(AlgorithmEvent e)
This event is fired after each iteration of the mail loop of the algorithm. |
Uses of AlgorithmEvent in net.sourceforge.cilib.measurement.generic |
---|
Methods in net.sourceforge.cilib.measurement.generic with parameters of type AlgorithmEvent | |
---|---|
void |
Time.algorithmFinished(AlgorithmEvent e)
This event is fired when the algorithm has completed normally. |
void |
Time.algorithmStarted(AlgorithmEvent e)
This event is fired just prior to the execution of the main loop of the algorithm. |
void |
Time.algorithmTerminated(AlgorithmEvent e)
This event is fired when the algorithm is terminated abnormally. |
void |
Time.iterationCompleted(AlgorithmEvent e)
This event is fired after each iteration of the mail loop of the algorithm. |
Uses of AlgorithmEvent in net.sourceforge.cilib.simulator |
---|
Methods in net.sourceforge.cilib.simulator with parameters of type AlgorithmEvent | |
---|---|
void |
Simulation.algorithmFinished(AlgorithmEvent e)
|
void |
Simulation.algorithmStarted(AlgorithmEvent e)
|
void |
Simulation.algorithmTerminated(AlgorithmEvent e)
|
void |
Simulation.iterationCompleted(AlgorithmEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |