org.esa.beam.framework.gpf.monitor
Class TileComputationEvent
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TileComputationEvent
public TileComputationEvent(OperatorImage image,
int tileX,
int tileY,
long startNanos,
long endNanos)
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.