UI.Run
Class GEVAStreamParser.Event

java.lang.Object
  extended by UI.Run.GEVAStreamParser.Event
Direct Known Subclasses:
GEVAConfigurationStreamParser.Event, GEVAGraphStreamParser.DataStreamParser.Event, GEVAGraphStreamParser.LabelStreamParser.Event, GEVALSystemStreamParser.Event, GEVAStreamParser.LineEvent
Enclosing class:
GEVAStreamParser<E extends GEVAStreamParser.Event>

protected static class GEVAStreamParser.Event
extends java.lang.Object

Base listen event class. Does nothing except define what all events must be derived from


Constructor Summary
protected GEVAStreamParser.Event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GEVAStreamParser.Event

protected GEVAStreamParser.Event()