|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.gpf.monitor.TileComputationObserver
public abstract class TileComputationObserver
Gets notified once a new tile has been computed.
The framework uses observers as follows:start() is called only once before any other method is called.tileComputed(TileComputationEvent) is called for each tile computed by any GPF Operator.stop() is called after a Product has been
fully written using the WriteOp operator.
| Constructor Summary | |
|---|---|
TileComputationObserver()
|
|
| Method Summary | |
|---|---|
Logger |
getLogger()
|
void |
setLogger(Logger logger)
|
abstract void |
start()
Starts observation of tile computation events. |
abstract void |
stop()
Stops observation of tile computation events. |
abstract void |
tileComputed(TileComputationEvent event)
Called each time a tile has been computed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TileComputationObserver()
| Method Detail |
|---|
public final Logger getLogger()
public final void setLogger(Logger logger)
public abstract void start()
public abstract void tileComputed(TileComputationEvent event)
event - The tile computation event.public abstract void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||