public interface IEvioListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
endEventParse(BaseStructure structure)
Done parsing a new evio structure.
|
void |
gotStructure(BaseStructure topStructure,
IEvioStructure structure)
Called when a structure is read while parsing an event.
|
void |
startEventParse(BaseStructure structure)
Starting to parse a new evio structure.
|
void gotStructure(BaseStructure topStructure, IEvioStructure structure)
topStructure
- the evio structure at the top of the search/parsestructure
- the full structure, including headervoid startEventParse(BaseStructure structure)
structure
- the evio structure in question.void endEventParse(BaseStructure structure)
structure
- the evio structure in question.