See: Description
Interface | Description |
---|---|
LoopListener |
Interface to be implemented by classes listening to events fired by this loop when its state changes.
|
RecordListener |
Interface to be implemented by classes that process records supplied by
RecordLoop . |
RecordLoop |
Manages fetching records from
RecordSource and supplying them to consumers. |
Class | Description |
---|---|
AbstractLoopListener |
Adapter to simplify implementing
LoopListener . |
ConcurrentRecordLoop |
Implementation of
RecordLoop capable of processing records in multiple threads. |
DefaultRecordLoop |
Default implementation of
RecordLoop . |
LoopEvent |
An event sent by
RecordLoop to LoopListener s. |
RecordEvent |
Event sent by
RecordLoop to RecordListener s to initiate record processing. |
Enum | Description |
---|---|
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.