Uses of Class
net.sourceforge.cilib.algorithm.AlgorithmEvent

Packages that use AlgorithmEvent
net.sourceforge.cilib.algorithm The Algorithm package provides the generic algorithm foundation for all 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)
           
 



Copyright © 2009 CIRG. All Rights Reserved.