hep.lcd.io.ascii.handler
Class MCPrint

java.lang.Object
  |
  +--hep.lcd.io.ascii.BasicHandler
        |
        +--hep.lcd.io.ascii.handler.MCPrint

public class MCPrint
extends BasicHandler
implements SegmentHandler

Source Code:
MCPrint.java

Constructor Summary
MCPrint()
           
 
Method Summary
 Class outputClass()
           
 void readSegment(LineNumberReader input, EventHeader header)
           
 void startEvent(EventHeader header)
           
 
Methods inherited from class hep.lcd.io.ascii.BasicHandler
checkEnd, endEvent, parseFloat, parseInt, parsePoint, setStrict
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.lcd.io.ascii.EventHandler
endEvent
 

Constructor Detail

MCPrint

public MCPrint()
Method Detail

readSegment

public void readSegment(LineNumberReader input,
                        EventHeader header)
                 throws IOException
Specified by:
readSegment in interface SegmentHandler

outputClass

public Class outputClass()
Specified by:
outputClass in interface EventHandler
Overrides:
outputClass in class BasicHandler

startEvent

public void startEvent(EventHeader header)
Specified by:
startEvent in interface EventHandler
Overrides:
startEvent in class BasicHandler


The LCD Group