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) |
public ImageCollectionProcessorJob(ImageCollection<T> collection, ImageCollectionProcessor<T> sink, MetaMapper mapper)
public void addListener(ImageCollectionProcessorJob.ProcessorJobListener listener)