Uses of Class
org.jgap.event.GeneticEvent

Packages that use GeneticEvent
com.anji.integration com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. 
com.anji.run com.anji.run contains classes concerned with an evolutionary run. 
org.jgap.event   
 

Uses of GeneticEvent in com.anji.integration
 

Methods in com.anji.integration with parameters of type GeneticEvent
 void PresentationEventListener.geneticEventFired(GeneticEvent event)
           
 void PersistenceEventListener.geneticEventFired(GeneticEvent event)
           
 void LogEventListener.geneticEventFired(GeneticEvent event)
           
 void ConsoleLogEventListener.geneticEventFired(GeneticEvent event)
           
 

Uses of GeneticEvent in com.anji.run
 

Methods in com.anji.run with parameters of type GeneticEvent
 void Run.geneticEventFired(GeneticEvent event)
           
 

Uses of GeneticEvent in org.jgap.event
 

Methods in org.jgap.event with parameters of type GeneticEvent
 void GeneticEventListener.geneticEventFired(GeneticEvent a_firedEvent)
          Notify this GeneticEventListener that an event has been fired of a type to which this listener is subscribed.
 void EventManager.fireGeneticEvent(GeneticEvent a_eventToFire)
          Fires a genetic event.