|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordEvent | |
---|---|
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 RecordEvent in org.freehep.record.loop.event |
---|
Subclasses of RecordEvent in org.freehep.record.loop.event | |
---|---|
class |
ConfigurationEvent
This class is used to notify
objects that there is new
configuration information and that this should be processed before
processing any records are handled. |
class |
RecordSuppliedEvent
This class is used to notify that a new
record has been supplied by the SequentialRecordSource . |
Methods in org.freehep.record.loop.event with parameters of type RecordEvent | |
---|---|
void |
RecordListener.finish(RecordEvent event)
Tells this object that an SequentialRecordLoop to which is has been added has been disposed of, and this object should execute any housekeeping tasks trelated to its participation in this SequentialRecordLoop. |
void |
RecordAdapter.finish(RecordEvent event)
|
void |
ChainableRecordListenerDecorator.finish(RecordEvent event)
|
void |
RecordListener.resume(RecordEvent event)
Tells this object to prepare for a new set of RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls using the its existing configuration. |
void |
RecordAdapter.resume(RecordEvent event)
|
void |
ChainableRecordListenerDecorator.resume(RecordEvent event)
Tells this object to prepare for a new set of ChainableRecordListenerDecorator.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent)
calls using the its existing configuration. |
void |
RecordListener.suspend(RecordEvent event)
Tells this object that there will be either a 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. |
void |
RecordAdapter.suspend(RecordEvent event)
|
void |
ChainableRecordListenerDecorator.suspend(RecordEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |