public interface TileLoader
Modifier and Type | Method and Description |
---|---|
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.