public interface TileLoader
| Modifier and Type | Method and Description |
|---|---|
void |
cancelOutstandingTasks()
cancels all outstanding tasks in the queue.
|
TileJob |
createTileLoaderJob(Tile tile)
A typical implementation of this function should create and return a
new
TileJob instance that performs the load action. |
TileJob createTileLoaderJob(Tile tile)
TileJob instance that performs the load action.tile - the tile to be loadedTileJob implementation that performs the desired load
action.void cancelOutstandingTasks()