-
public interface CacheManager.CacheManagerActionAction to perform on a tile within a CacheManagerTask
-
-
Method Summary
Modifier and Type Method Description abstract booleanpreCheck()Preconditions to check before bulk action abstract intgetProgressModulo()We will update the callbacks not for every tile, but at this rate abstract booleantileAction(long pMapTileIndex)The action to perform on a single tile -
-
Method Detail
-
preCheck
abstract boolean preCheck()
Preconditions to check before bulk action
-
getProgressModulo
abstract int getProgressModulo()
We will update the callbacks not for every tile, but at this rate
-
tileAction
abstract boolean tileAction(long pMapTileIndex)
The action to perform on a single tile
-
-
-
-