|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEvioListener
In SAX like behavior, implementors will listen for structures encountered when an event is parsed.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||