for async loader (in html backend)
This commit is contained in:
parent
e3a6f07e25
commit
c137a69dc5
@ -30,6 +30,8 @@ public class MapTile extends Tile {
|
|||||||
|
|
||||||
public final static int STATE_NONE = 0;
|
public final static int STATE_NONE = 0;
|
||||||
|
|
||||||
|
public TileLoader loader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* STATE_LOADING means the tile is about to be loaded / loading.
|
* STATE_LOADING means the tile is about to be loaded / loading.
|
||||||
* it belongs to TileLoader thread.
|
* it belongs to TileLoader thread.
|
||||||
|
|||||||
@ -55,7 +55,9 @@ public abstract class TileLoader extends PausableThread {
|
|||||||
mTileManager.passTile(tile);
|
mTileManager.passTile(tile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public void jobCompleted(MapTile tile, boolean success) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getThreadName() {
|
protected String getThreadName() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user