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.
|
Modifier and Type | Method and Description |
---|---|
RecordSource |
RecordLoop.getRecordSource()
Returns RecordSource used by this loop.
|
RecordSource |
DefaultRecordLoop.getRecordSource()
Returns RecordSource used by this loop.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordLoop.setRecordSource(RecordSource source)
Sets RecordSource used by this loop.
|
void |
DefaultRecordLoop.setRecordSource(RecordSource source)
Sets RecordSource used by this loop.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsynchronousRecordSource
Record source with non-blocking positioning methods.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordSource
Adapter that simplifies implementing
RecordSource . |
class |
TagListRecordSource
Record source defined by a list of record tags and an underlying
RecordSource . |
Constructor and Description |
---|
TagListRecordSource(RecordSource source)
Constructs extendable new TagListRecordSource with empty tag list.
|
TagListRecordSource(RecordSource source,
List<?> eventList,
boolean extendable)
Constructs new TagListRecordSource.
|
Copyright © 2000-2012 FreeHEP. All Rights Reserved.