hep.lcd.io.jas.sio.handler.block
Class LCD_detector_ID

java.lang.Object
  |
  +--hep.lcd.io.jas.sio.handler.block.LCD_detector_ID

public class LCD_detector_ID
extends Object
implements BlockHandler

Source Code:
LCD_detector_ID.java

Constructor Summary
LCD_detector_ID()
           
 
Method Summary
 String getID()
           
 int getMajor()
           
 int getMinor()
           
 void read(SIOBlock block, LCDEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCD_detector_ID

public LCD_detector_ID()
Method Detail

read

public void read(SIOBlock block,
                 LCDEvent event)
          throws IOException
Specified by:
read in interface BlockHandler

getID

public String getID()

getMajor

public int getMajor()

getMinor

public int getMinor()


The LCD Group