Uses of Interface
org.freehep.record.loop.SequentialRecordLoop

Packages that use SequentialRecordLoop
org.freehep.record.loop   
org.freehep.record.loop.event This package contains event classes and corresponding listener interfaces for events fired by the implementation of the SequentialRecordLoop interface. 
 

Uses of SequentialRecordLoop in org.freehep.record.loop
 

Classes in org.freehep.record.loop that implement SequentialRecordLoop
 class SequentialRecordLoopImpl
          This class is the default implementation of the SequentialRecordLoop interface.
 

Methods in org.freehep.record.loop that return SequentialRecordLoop
 SequentialRecordLoop SequentialRecordLoopManager.getRecordLoop()
           
 SequentialRecordLoop SequentialRecordLoopImplManager.getRecordLoop()
           
 

Uses of SequentialRecordLoop in org.freehep.record.loop.event
 

Methods in org.freehep.record.loop.event that return SequentialRecordLoop
 SequentialRecordLoop RecordEvent.getRecordLoop()
          Returns the SequentialRecordLoop which is the source of this event.
 

Constructors in org.freehep.record.loop.event with parameters of type SequentialRecordLoop
ConfigurationEvent(SequentialRecordLoop source, Object configuration)
          Create an instance of this class with the specified SequentialRecordLoop as the source and the specified configuration.
RecordEvent(SequentialRecordLoop source)
          Create an instance of this class with the specified SequentialRecordLoop as the source.
RecordSuppliedEvent(SequentialRecordLoop source, Object object)
          Create an instance of this class with the specified SequentialRecordLoop as the source.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.