FreeHEP API
Version current

org.freehep.record.loop.event
Interface RecordLoopListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
RecordLoopAdapter

public interface RecordLoopListener
extends EventListener

This interface is, when added to a SequentialRecordLoop object, notified of any LoopEvent that occurs in that object.

Version:
$Id: RecordLoopListener.java,v 1.2 2003/05/09 21:41:32 tonyj Exp $
Author:
patton
Source Code:
RecordLoopListener.java

Method Summary
 void loopBeginning(LoopEvent loopEvent)
          Tells this object that a loop is about to begin.
 void loopEnded(LoopEvent loopEvent)
          Tells this object that a loop has ended.
 void loopReset(LoopEvent loopEvent)
          Tells this object that a loop has been reset.
 void progress(LoopProgressEvent loopProgressEvent)
          Tells this object the state of progress through a record loop.
 

Method Detail

loopBeginning

public void loopBeginning(LoopEvent loopEvent)
Tells this object that a loop is about to begin.


loopEnded

public void loopEnded(LoopEvent loopEvent)
Tells this object that a loop has ended.


loopReset

public void loopReset(LoopEvent loopEvent)
Tells this object that a loop has been reset.


progress

public void progress(LoopProgressEvent loopProgressEvent)
Tells this object the state of progress through a record loop.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.