hep.lcd.io.ascii
Interface EventHandler

All Known Subinterfaces:
EventMarker, SegmentHandler
All Known Implementing Classes:
BasicHandler

public interface EventHandler


Method Summary
 void endEvent(EventHeader header)
           
 Class outputClass()
           
 void startEvent(EventHeader header)
           
 

Method Detail

startEvent

public void startEvent(EventHeader header)
                throws IOException

endEvent

public void endEvent(EventHeader header)
              throws IOException

outputClass

public Class outputClass()


The LCD Group