public interface GraphProcessingObserver
GraphProcessor to get informed
 about processing steps of a graph.GraphProcessor.addObserver(GraphProcessingObserver)| Modifier and Type | Method and Description | 
|---|---|
| void | graphProcessingStarted(GraphContext graphContext)It is invoked when the graph starts its processing. | 
| void | graphProcessingStopped(GraphContext graphContext)It is invoked when the graph stops its processing. | 
| void | tileProcessingStarted(GraphContext graphContext,
                     Rectangle tileRectangle)It is invoked when the processing of the rectangle starts. | 
| void | tileProcessingStopped(GraphContext graphContext,
                     Rectangle tileRectangle)It is invoked when the processing of the rectangle is done. | 
void graphProcessingStarted(GraphContext graphContext)
graphContext - the graph context being processedvoid graphProcessingStopped(GraphContext graphContext)
graphContext - the graph context being processedvoid tileProcessingStarted(GraphContext graphContext, Rectangle tileRectangle)
graphContext - the graph context being processedtileRectangle - the rectangle currently processedvoid tileProcessingStopped(GraphContext graphContext, Rectangle tileRectangle)
graphContext - the graph context being processedtileRectangle - the rectangle currently processedCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.