Uses of Interface
org.jlab.coda.jevio.IEvioStructure

Uses of IEvioStructure in org.jlab.coda.jevio
 

Classes in org.jlab.coda.jevio that implement IEvioStructure
 class BaseStructure
          This is the base class for all evio structures: Banks, Segments, and TagSegments.
 class EvioBank
          This holds a CODA Bank structure.
 class EvioEvent
          An event is really just the outer, primary bank.
 class EvioSegment
          This holds a CODA Segment structure.
 class EvioTagSegment
          This holds a CODA TagSegment structure.
 

Methods in org.jlab.coda.jevio with parameters of type IEvioStructure
 boolean IEvioFilter.accept(StructureType structureType, IEvioStructure structure)
          Accept or reject the given structure.
 void Demo.gotStructure(BaseStructure evioEvent, IEvioStructure structure)
          This IEvioListener has received a structure as the result of an event being parsed.
 void IEvioListener.gotStructure(BaseStructure topStructure, IEvioStructure structure)
          Called when a structure is read while parsing an event.