|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
RecordListener
which wants to be explicity part of a chain of
listeners.RecordListener
object so
that the methods of another RecordListener
object are
executed in succession to its own method, thus creating a chain of listeners.RecordListener
objects that there is new
configuration information and that this should be processed before
processing any records are handled.RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
call.
org.freehep.record.loop
package can be used.RecordLoopListener
objects that there has
been a transition in a SequentialRecordLoop
.SequentialRecordLoop
interface if there an exception.SequentialRecordLoop
interface if there is a request to interrupt the
loop.RecordLoopListener
objects on the progress
of a SequentialRecordLoop
.SequentialRecordLoop
interface if its
SequentialRecordSource
throws a EndOfSourceException
.SequentialRecordLoop
interface if its
SequentialRecordSource
throws a
NoSuchRecordException
.SequentialRecordLoop
interface.org.freehep.record.loop
package can be used.RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls.
RecordListener
interface
where all the methods are empty.RecordListener
objects that there has
been a transition in a SequentialRecordLoop
.SequentialRecordLoop
object, notified of any RecordEvent
that occurs
in that object.RecordListener
objects.RecordLoopListener
interface where all the methods are empty.SequentialRecordLoop
object, notified of any LoopEvent
that occurs
in that object.RecordListener
that a new
record has been supplied by the SequentialRecordSource
.RecordListener
objects can be used to do
conditional processing of events by rejecting certain records that are
supplied.ChainableRecordListenerDecorator.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls using the its existing configuration.
RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls using the its existing configuration.
SequentialRecordLoop
interface.SequentialRecordLoopManager
class that can manage the
default SequentialRecordLoop
implementation.SequentialRecordLoop
object to be managed by an external object.SequentialRecordLoop.loop(long)
method is invoked.
loop
method
terminate when it has finished dealing with all its current data or
clear such a request.
RecordListener
objects can be chained.RecordListener.resume(org.freehep.record.loop.event.RecordEvent)
or
RecordListener.reconfigure(org.freehep.record.loop.event.ConfigurationEvent)
before any more RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls will
be made.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |