public interface TileJob extends java.lang.Runnable
Modifier and Type | Method and Description |
---|---|
Tile |
getTile()
Function to return the tile associated with the job
|
void |
submit()
submits download job to backend.
|
void |
submit(boolean force)
submits download job to backend.
|
Tile getTile()
Tile
to be handledvoid submit()
void submit(boolean force)
force
- true if the load should skip all the caches (local & remote)