UI.Run
Class GEVAConfigurationStreamParser.Event

java.lang.Object
  extended by UI.Run.GEVAStreamParser.Event
      extended by UI.Run.GEVAConfigurationStreamParser.Event
Enclosing class:
GEVAConfigurationStreamParser

public static class GEVAConfigurationStreamParser.Event
extends GEVAStreamParser.Event

Store all the configuration details in one class. Only when all are parsed is the event sent on to the listeners


Constructor Summary
GEVAConfigurationStreamParser.Event()
           
 
Method Summary
 int getGenerations()
          Get the number of generations GEVA will run for
protected  void setGenerations(int generations)
          Record the number of generations GEVA will run for
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEVAConfigurationStreamParser.Event

public GEVAConfigurationStreamParser.Event()
Method Detail

getGenerations

public int getGenerations()
Get the number of generations GEVA will run for


setGenerations

protected void setGenerations(int generations)
Record the number of generations GEVA will run for