| Package | Description |
|---|---|
| org.freehep.record.loop |
Classes that handle fetching records from sources and serving them to consumers.
|
| org.freehep.record.source |
Machinery for encapsulating record sources.
|
| Class and Description |
|---|
| RecordSource
Interface to be implemented by classes that supply records to clients for processing.
|
| Class and Description |
|---|
| AbstractRecordSource
Adapter that simplifies implementing
RecordSource. |
| NoSuchRecordException
An exception thrown when attempting to load a record that does not exist.
|
| RecordReadyEvent
Event fired by
AsynchronousRecordSource when the record is ready to be retrieved. |
| RecordReadyListener
Interface to be implemented by classes that need to be notified of
RecordReadyEvents. |
| RecordSource
Interface to be implemented by classes that supply records to clients for processing.
|
| RecordTag
A tag that identifies a record in a
RecordSource. |
Copyright © 2000-2012 FreeHEP. All Rights Reserved.