UI.Run
Class GEVAStreamParser.LineEvent

java.lang.Object
  extended by UI.Run.GEVAStreamParser.Event
      extended by UI.Run.GEVAStreamParser.LineEvent
Direct Known Subclasses:
GEVAErrorStreamParser.Event, GEVAGlobalStreamParser.Event, GEVAStandardStreamParser.Event
Enclosing class:
GEVAStreamParser<E extends GEVAStreamParser.Event>

protected static class GEVAStreamParser.LineEvent
extends GEVAStreamParser.Event

Base listen event class, which simply gives the listener the line that was (or wasn't, as the case may be when using this event) parsed


Constructor Summary
GEVAStreamParser.LineEvent(java.lang.String line)
           
 
Method Summary
 java.lang.String getLine()
          Get the line, unmodified, that was parsed when this event was generated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEVAStreamParser.LineEvent

public GEVAStreamParser.LineEvent(java.lang.String line)
Method Detail

getLine

public java.lang.String getLine()
Get the line, unmodified, that was parsed when this event was generated