Package com.skyhookwireless.wps
Interface TilingListener
-
public interface TilingListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WPSContinuationtilingCallback(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_CONTINUEif WPS should continue downloading tiles,WPS_STOPif WPS should stop downloading tiles.
-
-