Package com.skyhookwireless.wps
Interface TilingListener
-
public interface TilingListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WPSContinuation
tilingCallback(int tileNumber, int tileTotal)
Callback routine for setTiling()
-
-
-
Method Detail
-
tilingCallback
WPSContinuation tilingCallback(int tileNumber, int tileTotal)
Callback routine for setTiling()- Parameters:
tileNumber
- the number of the tile to be downloaded next.tileTotal
- the total number of tiles to be downloaded (in this session).- Returns:
WPS_CONTINUE
if WPS should continue downloading tiles,WPS_STOP
if WPS should stop downloading tiles.
-
-