Package org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.URIProcessingEvent
- Object
- 
- EventObject
- 
- ImageMosaicEventHandlers.ProcessingEvent
- 
- URIProcessingEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ImageMosaicEventHandlers
 
 public static class ImageMosaicEventHandlers.URIProcessingEvent extends ImageMosaicEventHandlers.ProcessingEvent A special ProcessingEvent raised when a url has completed/failed ingestion- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description URIProcessingEvent(Object source, URI uri, boolean ingested, String message, double percentage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetURI()booleanisIngested()- 
Methods inherited from class ImageMosaicEventHandlers.ProcessingEventgetMessage, getPercentage
 - 
Methods inherited from class EventObjectgetSource, toString
 
- 
 
-