Package org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.ProcessingEvent
- Object
-
- EventObject
-
- ProcessingEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImageMosaicEventHandlers.CompletionEvent
,ImageMosaicEventHandlers.ExceptionEvent
,ImageMosaicEventHandlers.FileProcessingEvent
,ImageMosaicEventHandlers.URIProcessingEvent
,ImageMosaicEventHandlers.URLProcessingEvent
- Enclosing class:
- ImageMosaicEventHandlers
public static class ImageMosaicEventHandlers.ProcessingEvent extends EventObject
- Author:
- Simone Giannecchini, GeoSolutions.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ProcessingEvent(Object source, String message, double percentage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
double
getPercentage()
-
Methods inherited from class EventObject
getSource, toString
-
-