| Package | Description |
|---|---|
| org.freehep.record.loop |
Classes that handle fetching records from sources and serving them to consumers.
|
| Class and Description |
|---|
| DefaultRecordLoop
Default implementation of
RecordLoop. |
| LoopEvent
An event sent by
RecordLoop to LoopListeners. |
| LoopListener
Interface to be implemented by classes listening to events fired by this loop when its state changes.
|
| RecordEvent
Event sent by
RecordLoop to RecordListeners to initiate record processing. |
| RecordListener
Interface to be implemented by classes that process records supplied by
RecordLoop. |
| RecordLoop
Manages fetching records from
RecordSource and supplying them to consumers. |
| RecordLoop.Command
Enumeration of commands that can be issued to this loop by users.
|
| RecordLoop.Event
Enumeration of
LoopEvent types that can be fired by this loop. |
| RecordLoop.State
Enumeration of states of this loop.
|
Copyright © 2000-2012 FreeHEP. All Rights Reserved.