public interface IEvioListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
endEventParse(BaseStructure structure)
Done parsing a new event structure.
|
void |
gotStructure(BaseStructure topStructure,
IEvioStructure structure)
Called after a structure is read in while parsing or searching an event
and any filter has accepted it.
|
void |
startEventParse(BaseStructure structure)
Starting to parse a new event 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 event structure in question.void endEventParse(BaseStructure structure)
structure
- the event structure in question.