org.freehep.record.loop.event
Class ConfigurationEvent
java.lang.Object
java.util.EventObject
org.freehep.record.loop.event.RecordEvent
org.freehep.record.loop.event.ConfigurationEvent
- All Implemented Interfaces:
- Serializable
public class ConfigurationEvent
- extends RecordEvent
This class is used to notify RecordListener
objects that there is new
configuration information and that this should be processed before
processing any records are handled.
- Version:
- $Id: ConfigurationEvent.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- patton
- See Also:
- Serialized Form
Constructor Summary |
ConfigurationEvent(Object source,
Object configuration)
Create an instance of this class with the specified object
as the source and the specified configuration. |
ConfigurationEvent(SequentialRecordLoop source,
Object configuration)
Create an instance of this class with the specified
SequentialRecordLoop as the source and the specified configuration. |
ConfigurationEvent
public ConfigurationEvent(Object source,
Object configuration)
- Create an instance of this class with the specified object
as the source and the specified configuration.
ConfigurationEvent
public ConfigurationEvent(SequentialRecordLoop source,
Object configuration)
- Create an instance of this class with the specified
SequentialRecordLoop as the source and the specified configuration.
getConfiguration
public Object getConfiguration()
- Returns the configuration object associated with this event.
- Returns:
- the configuration object associated with this event.
Copyright © 2000-2007 FreeHEP. All Rights Reserved.