A B C D E F G H I L M N O P R S T U W

A

addRecordListener(RecordListener) - Method in interface org.freehep.record.loop.event.RecordListenerManager
Adds the specified RecordListener to this object.
addRecordListener(RecordListener) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
addRecordListener(RecordReadyListener) - Method in interface org.freehep.record.source.AsynchronousRecordSource
Add a record listener that will be notified when the record is ready
addRecordLoopListener(RecordLoopListener) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Adds the specified RecordLoopListener to this object.
addRecordLoopListener(RecordLoopListener) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
AsynchronousRecordSource - Interface in org.freehep.record.source
A mixin interface that can be implemented by RecordSource's.

B

beginLoop(long) - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
beginLoop(long) - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
This method should be called before any loop begins.

C

ChainableRecordListener - Interface in org.freehep.record.loop.event
This interface should be implemented by any RecordListener which wants to be explicity part of a chain of listeners.
ChainableRecordListenerDecorator - Class in org.freehep.record.loop.event
This class decorates an RecordListener object so that the methods of another RecordListener object are executed in succession to its own method, thus creating a chain of listeners.
ChainableRecordListenerDecorator(RecordListener) - Constructor for class org.freehep.record.loop.event.ChainableRecordListenerDecorator
Create an instance of this class that decorates the specified object.
close() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
close() - Method in interface org.freehep.record.source.SequentialRecordSource
Close the record source and free any associated resources
ConfigurationEvent - Class in org.freehep.record.loop.event
This class is used to notify RecordListener objects that there is new configuration information and that this should be processed before processing any records are handled.
ConfigurationEvent(Object, Object) - Constructor for class org.freehep.record.loop.event.ConfigurationEvent
Create an instance of this class with the specified object as the source and the specified configuration.
ConfigurationEvent(SequentialRecordLoop, Object) - Constructor for class org.freehep.record.loop.event.ConfigurationEvent
Create an instance of this class with the specified SequentialRecordLoop as the source and the specified configuration.
configure(ConfigurationEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
 
configure(ConfigurationEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
configure(ConfigurationEvent) - Method in interface org.freehep.record.loop.event.RecordListener
Tells this object to configure itself in preparation for the first RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) call.
currentIndex() - Method in interface org.freehep.record.source.RandomAccessRecordSource
Return the index of the current record.
currentTag() - Method in interface org.freehep.record.source.TaggedRecordSource
Get the RecordTag for the current record.

D

dispose() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Signals that this object in no longer going to be used.
dispose() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
doNotCount(Object) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Tells this object that if it is currently supplying the specified record then it should not be added to the "countable" record total.
doNotCount(Object) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 

E

EchoStrings - Class in org.freehep.record.loop.examples
This class gives the most basic example of how the org.freehep.record.loop package can be used.
EchoStrings() - Constructor for class org.freehep.record.loop.examples.EchoStrings
Create an instance of this class.
EchoStrings.LineSupplier - Class in org.freehep.record.loop.examples
Class to read in file line by line.
EchoStrings.LineSupplier(String) - Constructor for class org.freehep.record.loop.examples.EchoStrings.LineSupplier
Create an instance of this class that will read the specified file.
EchoStrings.StringsData - Class in org.freehep.record.loop.examples
Class to hold line read in from file.
EchoStrings.StringsData(String[]) - Constructor for class org.freehep.record.loop.examples.EchoStrings.StringsData
Create an instance of this class.
endLoop() - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
endLoop() - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
This method should be called after the loop has ended.
EndOfSourceException - Exception in org.freehep.record.source
An exception thrown when attempting to access a record beyong the end of a source.
EndOfSourceException() - Constructor for exception org.freehep.record.source.EndOfSourceException
Create an instance of this class without any detailed message.
EndOfSourceException(String) - Constructor for exception org.freehep.record.source.EndOfSourceException
Create an instance of this class with a detailed message.

F

finish(RecordEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
 
finish(RecordEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
finish(RecordEvent) - Method in interface org.freehep.record.loop.event.RecordListener
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.

G

getConfiguration() - Method in class org.freehep.record.loop.event.ConfigurationEvent
Returns the configuration object associated with this event.
getCountableSupplied() - Method in exception org.freehep.record.loop.LoopException
Returns the number of countable records that were supplied before the exception.
getCurrentRecord() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
getCurrentRecord() - Method in interface org.freehep.record.source.SequentialRecordSource
Get the current record.
getDecoratedListener() - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
Returns the RecordListener that this object decorates.
getEstimatedSize() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
getEstimatedSize() - Method in interface org.freehep.record.source.SequentialRecordSource
Returns the number of records in this record source, if known.
getFraction() - Method in class org.freehep.record.loop.event.LoopProgressEvent
Returns the fraction of the loop that has been completed.
getRecord() - Method in class org.freehep.record.loop.event.RecordSuppliedEvent
Returns the record associated with this event.
getRecordClass() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
getRecordClass() - Method in interface org.freehep.record.source.SequentialRecordSource
Find out what type of records are returned by this record source.
getRecordListener() - Method in interface org.freehep.record.loop.event.RecordListenerManager
Returns this objects RecordListener if there is one.
getRecordListener() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
getRecordLoop() - Method in class org.freehep.record.loop.event.RecordEvent
Returns the SequentialRecordLoop which is the source of this event.
getRecordLoop() - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
getRecordLoop() - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
 
getRecordSource() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Returns the SequentialRecordSource used by this object.
getRecordSource() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
getSourceName() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
getSourceName() - Method in interface org.freehep.record.source.SequentialRecordSource
Get the (human readable) name of this record source.
getStrings() - Method in class org.freehep.record.loop.examples.EchoStrings.StringsData
 
getSupplied() - Method in exception org.freehep.record.loop.LoopException
Returns the number of records that were supplied before the exception.
getTotalCountableSupplied() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Returns the total number of countable records supplied.
getTotalCountableSupplied() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
getTotalSupplied() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Returns the total number of records supplied.
getTotalSupplied() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
goToRecord(int) - Method in interface org.freehep.record.source.RandomAccessRecordSource
Go to a specific record, specified by index.
goToRecord(RecordTag) - Method in interface org.freehep.record.source.TaggedRecordSource
Access a record identified by a RecordTag

H

hasMoreRecords() - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
hasMoreRecords() - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
Returns true if there may be more records available and the number supplied has not reached the target.
hasNext() - Method in interface org.freehep.record.source.InteractiveRecordSource
Test if there are more records available.
hasPrevious() - Method in interface org.freehep.record.source.InteractiveRecordSource
Test if a previous record is available.
humanReadableName() - Method in interface org.freehep.record.source.RecordTag
Obtain a user readable name for the record corresponding to this tag.

I

InteractiveRecordSource - Interface in org.freehep.record.source
Some methods useful when a record source is used in an interactive environment.
isInterruptRequested() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Returns true if an interrupt has been requested and the loop method has not yet returned.
isInterruptRequested() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
isRecordReady() - Method in interface org.freehep.record.source.AsynchronousRecordSource
Test if non-blocking mode is enabled.

L

loop(long) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Processes the specified number of records through the record loop.
loop(long) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
loopBeginning(LoopEvent) - Method in class org.freehep.record.loop.event.RecordLoopAdapter
 
loopBeginning(LoopEvent) - Method in interface org.freehep.record.loop.event.RecordLoopListener
Tells this object that a loop is about to begin.
loopEnded(LoopEvent) - Method in class org.freehep.record.loop.event.RecordLoopAdapter
 
loopEnded(LoopEvent) - Method in interface org.freehep.record.loop.event.RecordLoopListener
Tells this object that a loop has ended.
LoopEvent - Class in org.freehep.record.loop.event
This class is used to notify RecordLoopListener objects that there has been a transition in a SequentialRecordLoop.
LoopEvent(Object) - Constructor for class org.freehep.record.loop.event.LoopEvent
Create an instance of this class.
LoopException - Exception in org.freehep.record.loop
This class is thrown by the "loop" method of the SequentialRecordLoop interface if there an exception.
LoopException(long, long) - Constructor for exception org.freehep.record.loop.LoopException
Create an instance of this class without any detailed message.
LoopException(String, long, long) - Constructor for exception org.freehep.record.loop.LoopException
Create an instance of this class with a detailed message.
LoopInterruptedException - Exception in org.freehep.record.loop
This class is thrown by the "loop" method of the SequentialRecordLoop interface if there is a request to interrupt the loop.
LoopInterruptedException(long, long) - Constructor for exception org.freehep.record.loop.LoopInterruptedException
Create an instance of this class without any detailed message.
LoopInterruptedException(String, long, long) - Constructor for exception org.freehep.record.loop.LoopInterruptedException
Create an instance of this class with a detailed message.
LoopProgressEvent - Class in org.freehep.record.loop.event
This class is used to update RecordLoopListener objects on the progress of a SequentialRecordLoop.
LoopProgressEvent(Object, double) - Constructor for class org.freehep.record.loop.event.LoopProgressEvent
Create an instance of this class with the specified progress.
loopReset(LoopEvent) - Method in class org.freehep.record.loop.event.RecordLoopAdapter
 
loopReset(LoopEvent) - Method in interface org.freehep.record.loop.event.RecordLoopListener
Tells this object that a loop has been reset.
LoopSourceExhaustedException - Exception in org.freehep.record.loop
This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a EndOfSourceException.
LoopSourceExhaustedException(long, long) - Constructor for exception org.freehep.record.loop.LoopSourceExhaustedException
Create an instance of this class without any detailed message.
LoopSourceExhaustedException(String, long, long) - Constructor for exception org.freehep.record.loop.LoopSourceExhaustedException
Create an instance of this class with a detailed message.

M

main(String[]) - Static method in class org.freehep.record.loop.examples.EchoStrings
 
main(String[]) - Static method in class org.freehep.record.loop.examples.RejectEvenStrings
 
main(String[]) - Static method in class org.freehep.record.loop.examples.Strings2Words
 

N

next() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
next() - Method in interface org.freehep.record.source.SequentialRecordSource
Go to the next record.
nextRecord() - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
nextRecord() - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
This attempts to get a new record object from the source.
nextRecordReady(RecordReadyEvent) - Method in interface org.freehep.record.source.RecordReadyListener
 
NoLoopRecordException - Exception in org.freehep.record.loop
This class is thrown by the "loop" method of the SequentialRecordLoop interface if its SequentialRecordSource throws a NoSuchRecordException.
NoLoopRecordException(long, long) - Constructor for exception org.freehep.record.loop.NoLoopRecordException
Create an instance of this class without any detailed message.
NoLoopRecordException(String, long, long) - Constructor for exception org.freehep.record.loop.NoLoopRecordException
Create an instance of this class with a detailed message.
NoSuchRecordException - Exception in org.freehep.record.source
An exception thrown when attempting to access a record that does not exist.
NoSuchRecordException() - Constructor for exception org.freehep.record.source.NoSuchRecordException
 

O

org.freehep.record.loop - package org.freehep.record.loop
 
org.freehep.record.loop.event - package org.freehep.record.loop.event
This package contains event classes and corresponding listener interfaces for events fired by the implementation of the SequentialRecordLoop interface.
org.freehep.record.loop.examples - package org.freehep.record.loop.examples
This package contains examples on how the org.freehep.record.loop package can be used.
org.freehep.record.source - package org.freehep.record.source
 

P

previous() - Method in interface org.freehep.record.source.InteractiveRecordSource
Steps back to the previous record.
progress(LoopProgressEvent) - Method in class org.freehep.record.loop.event.RecordLoopAdapter
 
progress(LoopProgressEvent) - Method in interface org.freehep.record.loop.event.RecordLoopListener
Tells this object the state of progress through a record loop.

R

RandomAccessRecordSource - Interface in org.freehep.record.source
A record source which (efficiently) supports random access.
reconfigure(ConfigurationEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
 
reconfigure(ConfigurationEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
reconfigure(ConfigurationEvent) - Method in interface org.freehep.record.loop.event.RecordListener
Tells this object to reconfigure itself in preparation for a new set of RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) calls.
RecordAdapter - Class in org.freehep.record.loop.event
It is an implementation of the RecordListener interface where all the methods are empty.
RecordAdapter() - Constructor for class org.freehep.record.loop.event.RecordAdapter
Create an instance of this class.
RecordEvent - Class in org.freehep.record.loop.event
This class is used to notify RecordListener objects that there has been a transition in a SequentialRecordLoop.
RecordEvent(Object) - Constructor for class org.freehep.record.loop.event.RecordEvent
Create an instance of this class with the specified Object as the source.
RecordEvent(SequentialRecordLoop) - Constructor for class org.freehep.record.loop.event.RecordEvent
Create an instance of this class with the specified SequentialRecordLoop as the source.
RecordListener - Interface in org.freehep.record.loop.event
This interface is, when added to a SequentialRecordLoop object, notified of any RecordEvent that occurs in that object.
RecordListenerManager - Interface in org.freehep.record.loop.event
This interface should be implemented by any class that can register single RecordListener objects.
RecordLoopAdapter - Class in org.freehep.record.loop.event
It is an implementation of the RecordLoopListener interface where all the methods are empty.
RecordLoopAdapter() - Constructor for class org.freehep.record.loop.event.RecordLoopAdapter
Create an instance of this class.
RecordLoopListener - Interface in org.freehep.record.loop.event
This interface is, when added to a SequentialRecordLoop object, notified of any LoopEvent that occurs in that object.
RecordReadyEvent - Class in org.freehep.record.source
 
RecordReadyListener - Interface in org.freehep.record.source
 
recordSupplied(RecordSuppliedEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
 
recordSupplied(RecordSuppliedEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
recordSupplied(RecordSuppliedEvent) - Method in interface org.freehep.record.loop.event.RecordListener
Called every time a new record is read by the SequentialRecordLoop's SequentialRecordSource object.
recordSupplied(RecordSuppliedEvent) - Method in class org.freehep.record.loop.examples.EchoStrings
 
recordSupplied(RecordSuppliedEvent) - Method in class org.freehep.record.loop.examples.RejectEvenStrings
 
recordSupplied(RecordSuppliedEvent) - Method in class org.freehep.record.loop.examples.Strings2Words
 
RecordSuppliedEvent - Class in org.freehep.record.loop.event
This class is used to notify RecordListener that a new record has been supplied by the SequentialRecordSource.
RecordSuppliedEvent(Object, Object) - Constructor for class org.freehep.record.loop.event.RecordSuppliedEvent
Create an instance of this class with the specified record as the source and specified record.
RecordSuppliedEvent(SequentialRecordLoop, Object) - Constructor for class org.freehep.record.loop.event.RecordSuppliedEvent
Create an instance of this class with the specified SequentialRecordLoop as the source.
RecordTag - Interface in org.freehep.record.source
A tag that identifies records in a TaggedRecordSet.
RejectEvenStrings - Class in org.freehep.record.loop.examples
This class is an example of how to RecordListener objects can be used to do conditional processing of events by rejecting certain records that are supplied.
RejectEvenStrings() - Constructor for class org.freehep.record.loop.examples.RejectEvenStrings
Create an instance of this class.
releaseRecord(Object) - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
releaseRecord(Object) - Method in interface org.freehep.record.source.SequentialRecordSource
Releases any resources associated with the specified record.
removeRecordListener(RecordListener) - Method in interface org.freehep.record.loop.event.RecordListenerManager
Removes the specified listener from this object if it is this objects listener, otherwise it does nothing.
removeRecordListener(RecordListener) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
removeRecordListener(RecordReadyListener) - Method in interface org.freehep.record.source.AsynchronousRecordSource
Remove a record listener
removeRecordLoopListener(RecordLoopListener) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Removes the specified listener from this object if it is this objects listener, otherwise it does nothing.
removeRecordLoopListener(RecordLoopListener) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
reset() - Method in interface org.freehep.record.loop.SequentialRecordLoop
Resets the loop so that the next time loop is called this object will behave as if the previous calls to loop never happened.
reset() - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
resume(RecordEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
Tells this object to prepare for a new set of ChainableRecordListenerDecorator.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) calls using the its existing configuration.
resume(RecordEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
resume(RecordEvent) - Method in interface org.freehep.record.loop.event.RecordListener
Tells this object to prepare for a new set of RecordListener.recordSupplied(org.freehep.record.loop.event.RecordSuppliedEvent) calls using the its existing configuration.
rewind() - Method in class org.freehep.record.loop.examples.EchoStrings.LineSupplier
 
rewind() - Method in interface org.freehep.record.source.SequentialRecordSource
Repositions the record source before the first record.

S

SequentialRecordLoop - Interface in org.freehep.record.loop
This interface defines the methods available to any framework which wishes to make used of a sequential record loop.
SequentialRecordLoopImpl - Class in org.freehep.record.loop
This class is the default implementation of the SequentialRecordLoop interface.
SequentialRecordLoopImpl() - Constructor for class org.freehep.record.loop.SequentialRecordLoopImpl
Create an instance of this class.
SequentialRecordLoopImpl(SequentialRecordSource) - Constructor for class org.freehep.record.loop.SequentialRecordLoopImpl
Create an instance of this class with the specified SequentialRecordSource.
SequentialRecordLoopImplManager - Class in org.freehep.record.loop
The class is an implementation of the SequentialRecordLoopManager class that can manage the default SequentialRecordLoop implementation.
SequentialRecordLoopImplManager(SequentialRecordLoopImpl) - Constructor for class org.freehep.record.loop.SequentialRecordLoopImplManager
Create an instance of this class which is going to manage the specified SequentialRecordLoopImpl object.
SequentialRecordLoopManager - Interface in org.freehep.record.loop
This interface allows control of a SequentialRecordLoop object to be managed by an external object.
SequentialRecordSource - Interface in org.freehep.record.source
The base interface that all record sources must implement.
setConfiguration(Object) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Sets the configuration object which should be passed to this objects RecordListener next time the SequentialRecordLoop.loop(long) method is invoked.
setConfiguration(Object) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
setInterruptRequested(boolean) - Method in interface org.freehep.record.loop.SequentialRecordLoop
This method can either request that the loop method terminate when it has finished dealing with all its current data or clear such a request.
setInterruptRequested(boolean) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
setNonBlocking(boolean) - Method in interface org.freehep.record.source.AsynchronousRecordSource
When non blocking is set all methods which would normally block, such as next() previous(), skip(), goToRecord(), will instead return immediately.
setProgessByRecords(long) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Set the progress reporting interval in terms of records.
setProgessByRecords(long) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
setProgessByTime(long) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Set the progress reporting interval in terms of milliseconds.
setProgessByTime(long) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
setRecordSource(SequentialRecordSource) - Method in interface org.freehep.record.loop.SequentialRecordLoop
Sets this objects SequentialRecordSource to the one that is specified.
setRecordSource(SequentialRecordSource) - Method in class org.freehep.record.loop.SequentialRecordLoopImpl
 
setStrings(String[]) - Method in class org.freehep.record.loop.examples.EchoStrings.StringsData
 
skip(int) - Method in interface org.freehep.record.source.InteractiveRecordSource
Skip a certain number of records.
Strings2Words - Class in org.freehep.record.loop.examples
This class is am example of how to chain RecordListener objects can be chained.
Strings2Words() - Constructor for class org.freehep.record.loop.examples.Strings2Words
Create an instance of this class.
supplyRecord(Object) - Method in class org.freehep.record.loop.SequentialRecordLoopImplManager
 
supplyRecord(Object) - Method in interface org.freehep.record.loop.SequentialRecordLoopManager
Supplies the specified record object, if it is not null, to the listener of the SequentialRecordLoopImpl object being managed.
suspend(RecordEvent) - Method in class org.freehep.record.loop.event.ChainableRecordListenerDecorator
 
suspend(RecordEvent) - Method in class org.freehep.record.loop.event.RecordAdapter
 
suspend(RecordEvent) - Method in interface org.freehep.record.loop.event.RecordListener
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.

T

TaggedRecordSource - Interface in org.freehep.record.source
A record source which allows access to records by record tags.
tags() - Method in interface org.freehep.record.source.TaggedRecordSource
Access a list of all the tags in this record source.

U

UNKNOWN - Static variable in interface org.freehep.record.source.SequentialRecordSource
A value that may be returned by getEstimatedSize

W

waitForRecordReady() - Method in interface org.freehep.record.source.AsynchronousRecordSource
This method will block until the requested record is ready

A B C D E F G H I L M N O P R S T U W

Copyright © 2000-2007 FreeHEP. All Rights Reserved.