Interface ITileDownloadingTaskListener
-
- All Known Implementing Classes:
CubemapBuilder
public interface ITileDownloadingTaskListener
Interface for listeners of the classStreetsideData.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtileAdded(java.lang.String imageId)Fired when a cubemap tile image is downloaded by a download worker.
-
-
-
Method Detail
-
tileAdded
void tileAdded(java.lang.String imageId)
Fired when a cubemap tile image is downloaded by a download worker.- Parameters:
imageId- image id
-
-