org.geotools.utils.progress
Interface ProcessingEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CoverageTiler, MosaicIndexBuilder, OverviewsEmbedder, PyramidBuilder, PyramidLayerBuilder

public interface ProcessingEventListener
extends java.util.EventListener

Author:
Simone Giannecchini, GeoSolutions.

Method Summary
 void exceptionOccurred(ExceptionEvent event)
           
 void getNotification(ProcessingEvent event)
           
 

Method Detail

getNotification

void getNotification(ProcessingEvent event)

exceptionOccurred

void exceptionOccurred(ExceptionEvent event)


Copyright © 1996-2010 Geotools. All Rights Reserved.