Uses of Interface
UI.Run.GEVAStreamReader.Listener

Packages that use GEVAStreamReader.Listener
UI.Run   
 

Uses of GEVAStreamReader.Listener in UI.Run
 

Classes in UI.Run that implement GEVAStreamReader.Listener
 class GEVAConfigurationStreamParser
          Parse lines that GEVA output about the configuration it is using
 class GEVAErrorStreamParser
          Parse lines from error out
 class GEVAGlobalStreamParser
          Parse data that's globally useful for all other parsers.
 class GEVAGraphStreamParser.DataStreamParser
           
 class GEVAGraphStreamParser.LabelStreamParser
           
 class GEVALSystemStreamParser
          Parse lines that relate to LSystems
 class GEVAStandardStreamParser
          Parse lines from standard out
 class GEVAStreamParser<E extends GEVAStreamParser.Event>
          Base class from which all parsers are derived.
 

Methods in UI.Run with parameters of type GEVAStreamReader.Listener
 void GEVAStreamReader.addStreamListener(GEVAStreamReader.Listener streamListener)
          Add a listener that can respond to new lines being read in from the stream.