org.freehep.record.loop.event
Class LoopEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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 8584 2006-08-10 23:06:37Z duns $
Author:
patton
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoopEvent(Object source)
          Create an instance of this class.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoopEvent

public LoopEvent(Object source)
Create an instance of this class.

Parameters:
source - the SequentialRecordLoop object which generated this event.


Copyright © 2000-2007 FreeHEP. All Rights Reserved.