Package org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.ProcessingEventListener
- Object
-
- ProcessingEventListener
-
- All Implemented Interfaces:
EventListener
- Enclosing class:
- ImageMosaicEventHandlers
public abstract static class ImageMosaicEventHandlers.ProcessingEventListener extends Object implements EventListener
-
-
Constructor Summary
Constructors Constructor Description ProcessingEventListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
exceptionOccurred(ImageMosaicEventHandlers.ExceptionEvent event)
abstract void
getNotification(ImageMosaicEventHandlers.ProcessingEvent event)
-
-
-
Method Detail
-
getNotification
public abstract void getNotification(ImageMosaicEventHandlers.ProcessingEvent event)
-
exceptionOccurred
public abstract void exceptionOccurred(ImageMosaicEventHandlers.ExceptionEvent event)
-
-