UI.Run
Interface GEVAStreamReader.Listener

All Known Implementing Classes:
GEVAConfigurationStreamParser, GEVAErrorStreamParser, GEVAGlobalStreamParser, GEVAGraphStreamParser.DataStreamParser, GEVAGraphStreamParser.LabelStreamParser, GEVALSystemStreamParser, GEVAStandardStreamParser, GEVAStreamParser
Enclosing class:
GEVAStreamReader

public static interface GEVAStreamReader.Listener

Listen to stream reading events


Method Summary
 void streamListener(GEVAStreamReader.Event event)
          Called when the stream reads a new line of input.
 

Method Detail

streamListener

void streamListener(GEVAStreamReader.Event event)
Called when the stream reads a new line of input. This is also called when the end of the stream is reached, where event.isEndOfStream will be true and event.getLine will be null