| Interface | Description |
|---|---|
| AsynchronousRecordSource |
Record source with non-blocking positioning methods.
|
| 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. |
| Class | Description |
|---|---|
| AbstractRecordSource |
Adapter that simplifies implementing
RecordSource. |
| DefaultRecordTag |
Default immutable implementation of
RecordTag. |
| RecordReadyEvent |
Event fired by
AsynchronousRecordSource when the record is ready to be retrieved. |
| TagListRecordSource |
Record source defined by a list of record tags and an underlying
RecordSource. |
| Exception | Description |
|---|---|
| NoSuchRecordException |
An exception thrown when attempting to load a record that does not exist.
|
Copyright © 2000-2012 FreeHEP. All Rights Reserved.