Package 

Interface CacheManager.CacheManagerAction

    • Method Summary

      Modifier and Type Method Description
      abstract boolean preCheck() Preconditions to check before bulk action
      abstract int getProgressModulo() We will update the callbacks not for every tile, but at this rate
      abstract boolean tileAction(long pMapTileIndex) The action to perform on a single tile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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