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 8584 2006-08-10 23:06:37Z duns $
Author:
patton

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

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


loopEnded

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


loopReset

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


progress

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



Copyright © 2000-2007 FreeHEP. All Rights Reserved.