Uses of Class
UI.Run.GEVAStreamReader.Event

Packages that use GEVAStreamReader.Event
UI.Run   
 

Uses of GEVAStreamReader.Event in UI.Run
 

Methods in UI.Run with parameters of type GEVAStreamReader.Event
 void GEVAStreamReader.Listener.streamListener(GEVAStreamReader.Event event)
          Called when the stream reads a new line of input.
 void GEVAStreamParser.streamListener(GEVAStreamReader.Event event)
          Listens to the stream reader for new lines to be parsed and sends them on to the inheriting class for parsing.
 

Constructors in UI.Run with parameters of type GEVAStreamReader.Event
GEVAStreamParser.Line(GEVAStreamReader.Event event)