hep.lcd.io.jas
Class LCDEventSource
java.lang.Object
|
+--hep.lcd.io.jas.LCDEventSource
- public class LCDEventSource
- extends Object
- implements EventSource
- Source Code:
- LCDEventSource.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LCDEventSource
public LCDEventSource(String file)
throws ModuleException
close
public void close()
- Specified by:
close
in interface EventSource
getNextEvent
public EventData getNextEvent()
throws EndOfDataException
- Specified by:
getNextEvent
in interface EventSource
getEventDataClass
public Class getEventDataClass()
- Specified by:
getEventDataClass
in interface EventSource
getTotalNumberOfEvents
public int getTotalNumberOfEvents()
- Specified by:
getTotalNumberOfEvents
in interface EventSource
getName
public String getName()
- Specified by:
getName
in interface EventSource
beforeFirstEvent
public void beforeFirstEvent()
- Specified by:
beforeFirstEvent
in interface EventSource
afterLastEvent
public void afterLastEvent()
- Specified by:
afterLastEvent
in interface EventSource
The LCD Group