| Name | Description | Type | Package | Framework |
| ChainableRecordListener | This interface should be implemented by any RecordListener which wants to be explicity part of a chain oflisteners. | Interface | org.freehep.record.loop.event | FreeHep |
|
| ChainableRecordListenerDecorator | This class decorates an RecordListener object sothat the methods of another RecordListener object are | Class | org.freehep.record.loop.event | FreeHep |
|
| ConfigurationEvent | This class is used to notify RecordListenerobjects that there is new | Class | org.freehep.record.loop.event | FreeHep |
|
| EchoStrings | This class gives the most basic example of how the org. | Class | org.freehep.record.loop.examples | FreeHep |
|
| LoopEvent | This class is used to notify RecordLoopListener objects that there hasbeen a transition in a SequentialRecordLoop. | Class | org.freehep.record.loop.event | FreeHep |
|
| LoopException | This class is thrown by the "loop" method of the SequentialRecordLoop interface if there an exception. | Class | org.freehep.record.loop | FreeHep |
|
| LoopInterruptedException | This class is thrown by the "loop" method of the SequentialRecordLoop interface if there is a request to interrupt theVersion:$Id: LoopInterruptedException. | Class | org.freehep.record.loop | FreeHep |
|
| LoopProgressEvent | This class is used to update RecordLoopListener objects on the progressof a SequentialRecordLoop. | Class | org.freehep.record.loop.event | FreeHep |
|
| LoopSourceExhaustedException | This class is thrown by the "loop" method of the SequentialRecordLoop interface if itsSequentialRecordSource throws a EndOfSourceException. | Class | org.freehep.record.loop | FreeHep |
|
| NoLoopRecordException | This class is thrown by the "loop" method of the SequentialRecordLoop interface if itsSequentialRecordSource throws a | Class | org.freehep.record.loop | FreeHep |
|
| RecordAdapter | It is an implementation of the RecordListener interfacewhere all the methods are empty. | Class | org.freehep.record.loop.event | FreeHep |
|
| RecordEvent | This class is used to notify RecordListener objects that there hasbeen a transition in a SequentialRecordLoop. | Class | org.freehep.record.loop.event | FreeHep |
|
| RecordListener | This interface is, when added to a SequentialRecordLoopobject, notified of any RecordEvent that occurs | Interface | org.freehep.record.loop.event | FreeHep |
|
| RecordListenerManager | This interface should be implemented by any class that can registersingle RecordListener objects. | Interface | org.freehep.record.loop.event | FreeHep |
|
| RecordLoopAdapter | It is an implementation of the RecordLoopListenerinterface where all the methods are empty. | Class | org.freehep.record.loop.event | FreeHep |
|
| RecordLoopListener | This interface is, when added to a SequentialRecordLoopobject, notified of any LoopEvent that occurs | Interface | org.freehep.record.loop.event | FreeHep |
|
| RecordSuppliedEvent | This class is used to notify RecordListener that a newrecord has been supplied by the SequentialRecordSource. | Class | org.freehep.record.loop.event | FreeHep |
|
| RejectEvenStrings | This class is an example of how to RecordListenerobjects can be used to do | Class | org.freehep.record.loop.examples | FreeHep |
|
| SequentialRecordLoop | This interface defines the methods available to any framework whichwishes to make used of a sequential record loop. | Interface | org.freehep.record.loop | FreeHep |
|
| SequentialRecordLoopImpl | This class is the default implementation of theSequentialRecordLoop interface. | Class | org.freehep.record.loop | FreeHep |
|
| SequentialRecordLoopImplManager | The class is an implementation of theSequentialRecordLoopManager class that can manage the | Class | org.freehep.record.loop | FreeHep |
|
| SequentialRecordLoopManager | This interface allows control of a SequentialRecordLoopobject to be managed by an external object. | Interface | org.freehep.record.loop | FreeHep |
|
| Strings2Words | This class is am example of how to chain RecordListenerobjects can be chained. | Class | org.freehep.record.loop.examples | FreeHep |