org.freehep.record.loop.event
Class LoopEvent
java.lang.Object
java.util.EventObject
org.freehep.record.loop.event.LoopEvent
- All Implemented Interfaces:
- Serializable
- public class LoopEvent
- extends EventObject
This class is used to notify RecordLoopListener
objects that there has
been a transition in a SequentialRecordLoop
.
- Version:
- $Id: LoopEvent.java,v 1.2 2003/05/27 22:35:51 duns Exp $
- Author:
- patton
- See Also:
- Serialized Form
- Source Code:
- LoopEvent.java
Constructor Summary |
LoopEvent(Object source)
Create an instance of this class. |
LoopEvent
public LoopEvent(Object source)
- Create an instance of this class.
- Parameters:
source
- the SequentialRecordLoop object which generated this event.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.