|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordLoopListener | |
---|---|
org.freehep.record.loop | |
org.freehep.record.loop.event |
This package contains event classes and corresponding listener interfaces
for events fired by the implementation of the
interface. |
Uses of RecordLoopListener in org.freehep.record.loop |
---|
Methods in org.freehep.record.loop with parameters of type RecordLoopListener | |
---|---|
void |
SequentialRecordLoopImpl.addRecordLoopListener(RecordLoopListener listener)
|
void |
SequentialRecordLoop.addRecordLoopListener(RecordLoopListener listener)
Adds the specified RecordLoopListener to this object. |
void |
SequentialRecordLoopImpl.removeRecordLoopListener(RecordLoopListener listener)
|
void |
SequentialRecordLoop.removeRecordLoopListener(RecordLoopListener listener)
Removes the specified listener from this object if it is this objects listener, otherwise it does nothing. |
Uses of RecordLoopListener in org.freehep.record.loop.event |
---|
Classes in org.freehep.record.loop.event that implement RecordLoopListener | |
---|---|
class |
RecordLoopAdapter
It is an implementation of the
interface where all the methods are empty. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |