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
 void IEvioListener.gotStructure(EvioEvent evioEvent, IEvioStructure structure)
          Called when a structure is read while parsing an event.
 void Demo.gotStructure(EvioEvent evioEvent, IEvioStructure structure)
          This IEvioListener has received a structure as the result of an event being parsed.