Interface GraphProcessingObserver

    • Method Detail

      • graphProcessingStarted

        void graphProcessingStarted​(GraphContext graphContext)
        It is invoked when the graph starts its processing.
        Parameters:
        graphContext - the graph context being processed
      • graphProcessingStopped

        void graphProcessingStopped​(GraphContext graphContext)
        It is invoked when the graph stops its processing.
        Parameters:
        graphContext - the graph context being processed
      • tileProcessingStarted

        void tileProcessingStarted​(GraphContext graphContext,
                                   Rectangle tileRectangle)
        It is invoked when the processing of the rectangle starts.
        Parameters:
        graphContext - the graph context being processed
        tileRectangle - the rectangle currently processed
      • tileProcessingStopped

        void tileProcessingStopped​(GraphContext graphContext,
                                   Rectangle tileRectangle)
        It is invoked when the processing of the rectangle is done.
        Parameters:
        graphContext - the graph context being processed
        tileRectangle - the rectangle currently processed