org.esa.beam.framework.gpf.monitor
Class TileComputationEvent

java.lang.Object
  extended by org.esa.beam.framework.gpf.monitor.TileComputationEvent

public class TileComputationEvent
extends Object

A event that is generated after a tile has been computed.

Since:
BEAM 4.9
Author:
Norman Fomferra

Constructor Summary
TileComputationEvent(OperatorImage image, int tileX, int tileY, long startNanos, long endNanos)
           
 
Method Summary
 long getEndNanos()
           
 int getId()
           
 OperatorImage getImage()
           
 long getStartNanos()
           
 String getThreadName()
           
 int getTileX()
           
 int getTileY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileComputationEvent

public TileComputationEvent(OperatorImage image,
                            int tileX,
                            int tileY,
                            long startNanos,
                            long endNanos)
Method Detail

getId

public int getId()

getImage

public OperatorImage getImage()

getTileX

public int getTileX()

getTileY

public int getTileY()

getStartNanos

public long getStartNanos()

getEndNanos

public long getEndNanos()

getThreadName

public String getThreadName()


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.