public class TileTaskRunnerBase.TaskStateListener extends java.lang.Object implements TileBuilder.BuildTileProcessListener
| Constructor and Description |
|---|
TileTaskRunnerBase.TaskStateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifySucess(double scaleDenominator, long xIndex, long yIndex, int byteCount, TileColorType tileColorType) |
void |
notifyTaskCompleted(TileTask task, WhiteTileInfo[] whiteInfos, TaskExecutingState state) |
void |
notifyTaskFailed(TileTask task, TaskExecutingState state) |
public TileTaskRunnerBase.TaskStateListener()
public void notifySucess(double scaleDenominator,
long xIndex,
long yIndex,
int byteCount,
TileColorType tileColorType)
notifySucess in interface TileBuilder.BuildTileProcessListenerpublic void notifyTaskCompleted(TileTask task, WhiteTileInfo[] whiteInfos, TaskExecutingState state)
notifyTaskCompleted in interface TileBuilder.BuildTileProcessListenerpublic void notifyTaskFailed(TileTask task, TaskExecutingState state)
notifyTaskFailed in interface TileBuilder.BuildTileProcessListener