Uses of Package
org.freehep.record.loop.event

Packages that use org.freehep.record.loop.event
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. 
org.freehep.record.loop.examples This package contains examples on how the org.freehep.record.loop package can be used. 
 

Classes in org.freehep.record.loop.event used by org.freehep.record.loop
RecordListener
           This interface is, when added to a SequentialRecordLoop object, notified of any RecordEvent that occurs in that object.
RecordListenerManager
          This interface should be implemented by any class that can register single RecordListener objects.
RecordLoopListener
          This interface is, when added to a SequentialRecordLoop object, notified of any LoopEvent that occurs in that object.
 

Classes in org.freehep.record.loop.event used by org.freehep.record.loop.event
ChainableRecordListener
          This interface should be implemented by any RecordListener which wants to be explicity part of a chain of listeners.
ConfigurationEvent
          This class is used to notify RecordListener objects that there is new configuration information and that this should be processed before processing any records are handled.
LoopEvent
          This class is used to notify RecordLoopListener objects that there has been a transition in a SequentialRecordLoop.
LoopProgressEvent
          This class is used to update RecordLoopListener objects on the progress of a SequentialRecordLoop.
RecordEvent
          This class is used to notify RecordListener objects that there has been a transition in a SequentialRecordLoop.
RecordListener
           This interface is, when added to a SequentialRecordLoop object, notified of any RecordEvent that occurs in that object.
RecordListenerManager
          This interface should be implemented by any class that can register single RecordListener objects.
RecordLoopListener
          This interface is, when added to a SequentialRecordLoop object, notified of any LoopEvent that occurs in that object.
RecordSuppliedEvent
          This class is used to notify RecordListener that a new record has been supplied by the SequentialRecordSource.
 

Classes in org.freehep.record.loop.event used by org.freehep.record.loop.examples
RecordAdapter
          It is an implementation of the RecordListener interface where all the methods are empty.
RecordListener
           This interface is, when added to a SequentialRecordLoop object, notified of any RecordEvent that occurs in that object.
RecordSuppliedEvent
          This class is used to notify RecordListener that a new record has been supplied by the SequentialRecordSource.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.