|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.record.loop.event.RecordLoopAdapter
It is an implementation of the
interface where all the methods are empty. It exists a conveniece class for
creators of RecordLoopListener
RecordLoopListener
objects.
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 |
public RecordLoopAdapter()
Method Detail |
public void loopBeginning(LoopEvent loopEvent)
RecordLoopListener
loopBeginning
in interface RecordLoopListener
public void loopEnded(LoopEvent loopEvent)
RecordLoopListener
loopEnded
in interface RecordLoopListener
public void loopReset(LoopEvent loopEvent)
RecordLoopListener
loopReset
in interface RecordLoopListener
public void progress(LoopProgressEvent loopProgressEvent)
RecordLoopListener
progress
in interface RecordLoopListener
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |