|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TileLoader
Interface for implementing a tile loader. Tiles are usually loaded via HTTP or from a file.
| Method Summary | |
|---|---|
TileJob |
createTileLoaderJob(Tile tile)
A typical implementation of this function should create and return a new TileJob instance that performs the load action. |
| Method Detail |
|---|
TileJob createTileLoaderJob(Tile tile)
TileJob instance that performs the load action.
tile - the tile to be loaded
TileJob implementation that performs the desired load
action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||