hep.lcd.io.ascii
Class BasicHandler

java.lang.Object
  |
  +--hep.lcd.io.ascii.BasicHandler
Direct Known Subclasses:
AEventMarker, hep.lcd.io.ascii.handler.BasicTracker, hep.lcd.io.ascii.handler.Calorimeter, MCPrint, MUStripSystem, Tracks

public abstract class BasicHandler
extends Object
implements EventHandler

Source Code:
BasicHandler.java

Constructor Summary
BasicHandler()
           
 
Method Summary
 void checkEnd(LineNumberReader input)
           
 void endEvent(EventHeader header)
           
 Class outputClass()
           
protected  float parseFloat(String in)
           
protected  int parseInt(String in)
           
protected  float[] parsePoint(StringTokenizer in)
           
static void setStrict(boolean value)
           
 void startEvent(EventHeader header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHandler

public BasicHandler()
Method Detail

checkEnd

public void checkEnd(LineNumberReader input)
              throws IOException

endEvent

public void endEvent(EventHeader header)
Specified by:
endEvent in interface EventHandler

startEvent

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

outputClass

public Class outputClass()
Specified by:
outputClass in interface EventHandler

parsePoint

protected final float[] parsePoint(StringTokenizer in)

parseFloat

protected final float parseFloat(String in)

parseInt

protected final int parseInt(String in)

setStrict

public static void setStrict(boolean value)


The LCD Group