Package com.aerisweather.aeris.tiles
Interface LoadTileAnimationTask.LoadAmpTileCallback
-
- All Known Implementing Classes:
AnimationController
- Enclosing class:
- LoadTileAnimationTask
public static interface LoadTileAnimationTask.LoadAmpTileCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleImages(List<AerisAmpAnimationInfo> images)
Callback method when the tiles have been loading.
-
-
-
Method Detail
-
handleImages
void handleImages(List<AerisAmpAnimationInfo> images)
Callback method when the tiles have been loading.- Parameters:
images
- List of data objects containing information on the images.
-
-