jigcell.compare
Interface IMultipleDataSource

All Superinterfaces:
java.lang.Cloneable, IDataSource, java.awt.datatransfer.Transferable
All Known Implementing Classes:
FileDataSource, RawFileDataSource, XMLFileDataSource

public interface IMultipleDataSource
extends IDataSource

A generic transfer agent that supports multiple objects.

This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.

Author:
Nicholas Allen

Nested Class Summary
 
Nested classes/interfaces inherited from interface jigcell.compare.IDataSource
IDataSource.Option
 
Field Summary
 
Fields inherited from interface jigcell.compare.IDataSource
OPTION_NAME
 
Method Summary
 void finish()
          Indicates that all of the objects have been acted upon and the next operation should start from the beginning.
 
Methods inherited from interface jigcell.compare.IDataSource
addOption, clone, configure, getName, getOption, getState, setOption, setState
 
Methods inherited from interface java.awt.datatransfer.Transferable
getTransferData, getTransferDataFlavors, isDataFlavorSupported
 

Method Detail

finish

void finish()
Indicates that all of the objects have been acted upon and the next operation should start from the beginning.