|
FreeHEP API Version current |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
SequentialRecordLoop
interface.
See:
Description
Interface Summary | |
ChainableRecordListener | This interface should be implemented by any which wants to be explicity part of a chain of
listeners. |
RecordListener |
This interface is, when added to a
object, notified of any that occurs
in that object. |
RecordListenerManager | This interface should be implemented by any class that can register
single objects. |
RecordLoopListener | This interface is, when added to a
object, notified of any that occurs
in that object. |
Class Summary | |
ChainableRecordListenerDecorator | This class decorates an object so
that the methods of another RecordListener object are
executed in succession to its own method, thus creating a chain of listeners. |
ConfigurationEvent | This class is used to notify
objects that there is new
configuration information and that this should be processed before
processing any records are handled. |
LoopEvent | This class is used to notify RecordLoopListener objects that there has
been a transition in a . |
LoopProgressEvent | This class is used to update RecordLoopListener objects on the progress
of a . |
RecordAdapter | It is an implementation of the interface
where all the methods are empty. |
RecordEvent | This class is used to notify RecordListener objects that there has
been a transition in a . |
RecordLoopAdapter | It is an implementation of the
interface where all the methods are empty. |
RecordSuppliedEvent | This class is used to notify that a new
record has been supplied by the SequentialRecordSource . |
This package contains event classes and corresponding listener interfaces
for events fired by the implementation of the
interface.
SequentialRecordLoop
|
FreeHEP API Version current |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |