Uses of Interface
org.freehep.record.loop.event.RecordListenerManager

Packages that use RecordListenerManager
org.freehep.record.loop   
org.freehep.record.loop.event This package contains event classes and corresponding listener interfaces for events fired by the implementation of the SequentialRecordLoop interface. 
 

Uses of RecordListenerManager in org.freehep.record.loop
 

Subinterfaces of RecordListenerManager in org.freehep.record.loop
 interface SequentialRecordLoop
           This interface defines the methods available to any framework which wishes to make used of a sequential record loop.
 

Classes in org.freehep.record.loop that implement RecordListenerManager
 class SequentialRecordLoopImpl
          This class is the default implementation of the SequentialRecordLoop interface.
 

Uses of RecordListenerManager in org.freehep.record.loop.event
 

Subinterfaces of RecordListenerManager in org.freehep.record.loop.event
 interface ChainableRecordListener
          This interface should be implemented by any RecordListener which wants to be explicity part of a chain of listeners.
 

Classes in org.freehep.record.loop.event that implement RecordListenerManager
 class ChainableRecordListenerDecorator
          This class decorates an RecordListener object so that the methods of another RecordListener object are executed in succession to its own method, thus creating a chain of listeners.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.