org.jlab.coda.jevio
Interface IEvioListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- Demo
public interface IEvioListener
- extends java.util.EventListener
In SAX like behavior, implementors will listen for structures encountered when an event is parsed.
- Author:
- heddle
gotStructure
void gotStructure(EvioEvent evioEvent,
IEvioStructure structure)
- Called when a structure is read while parsing an event.
NOTE: the user should NOT modify the event or the structure.
- Parameters:
evioEvent
- the data type, BANK, SEGMENT, or TAGSEGMENTstructure
- the full structure, including header