Uses of Class
org.freehep.record.loop.event.ConfigurationEvent

Packages that use ConfigurationEvent
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 ConfigurationEvent in org.freehep.record.loop.event
 

Methods in org.freehep.record.loop.event with parameters of type ConfigurationEvent
 void RecordListener.configure(ConfigurationEvent event)
          Tells this object to configure itself in preparation for the first RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) call.
 void RecordAdapter.configure(ConfigurationEvent event)
           
 void ChainableRecordListenerDecorator.configure(ConfigurationEvent event)
           
 void RecordListener.reconfigure(ConfigurationEvent event)
          Tells this object to reconfigure itself in preparation for a new set of RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) calls.
 void RecordAdapter.reconfigure(ConfigurationEvent event)
           
 void ChainableRecordListenerDecorator.reconfigure(ConfigurationEvent event)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.