FreeHEP API
Version current

org.freehep.record.loop.event
Class RecordLoopAdapter

java.lang.Object
  extended byorg.freehep.record.loop.event.RecordLoopAdapter
All Implemented Interfaces:
EventListener, RecordLoopListener

public class RecordLoopAdapter
extends Object
implements RecordLoopListener

It is an implementation of the RecordLoopListener interface where all the methods are empty. It exists a conveniece class for creators of RecordLoopListener objects.

Version:
$Id: RecordLoopAdapter.java,v 1.1 2003/05/06 23:02:06 tonyj Exp $
Author:
patton
Source Code:
RecordLoopAdapter.java

Constructor Summary
RecordLoopAdapter()
          Create an instance of this class.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordLoopAdapter

public RecordLoopAdapter()
Create an instance of this class.

Method Detail

loopBeginning

public void loopBeginning(LoopEvent loopEvent)
Description copied from interface: RecordLoopListener
Tells this object that a loop is about to begin.

Specified by:
loopBeginning in interface RecordLoopListener

loopEnded

public void loopEnded(LoopEvent loopEvent)
Description copied from interface: RecordLoopListener
Tells this object that a loop has ended.

Specified by:
loopEnded in interface RecordLoopListener

loopReset

public void loopReset(LoopEvent loopEvent)
Description copied from interface: RecordLoopListener
Tells this object that a loop has been reset.

Specified by:
loopReset in interface RecordLoopListener

progress

public void progress(LoopProgressEvent loopProgressEvent)
Description copied from interface: RecordLoopListener
Tells this object the state of progress through a record loop.

Specified by:
progress in interface RecordLoopListener

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.