- All Known Implementing Classes:
OverlayedPictureController
public interface ScalablePictureListener
This interface allows the image loaders to update the view about
changes in the image loading status.
-
Method Summary
Modifier and TypeMethodDescriptionvoidscalableStatusChange(ScalablePicture.ScalablePictureStatus statusCode, String statusMessage) inform the listener that the status has changedvoidsourceLoadProgressNotification(SourcePicture.SourcePictureStatus statusCode, int percentage) inform the listener of progress on the loading of the image
-
Method Details
-
scalableStatusChange
inform the listener that the status has changed- Parameters:
statusCode- status codestatusMessage- status message
-
sourceLoadProgressNotification
inform the listener of progress on the loading of the image- Parameters:
statusCode- status codepercentage- the percentage done
-