public class ImageCollectionProcessorJob<T extends Image<?,T>> extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
static class |
ImageCollectionProcessorJob.ProcessorJobEvent |
static interface |
ImageCollectionProcessorJob.ProcessorJobListener |
Constructor and Description |
---|
ImageCollectionProcessorJob(ImageCollection<T> collection,
ImageCollectionProcessor<T> sink,
MetaMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ImageCollectionProcessorJob.ProcessorJobListener listener) |
void |
run() |
public ImageCollectionProcessorJob(ImageCollection<T> collection, ImageCollectionProcessor<T> sink, MetaMapper mapper)
public void addListener(ImageCollectionProcessorJob.ProcessorJobListener listener)