Module org.jpo

Interface ScalablePictureListener

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 Details

    • scalableStatusChange

      void scalableStatusChange(ScalablePicture.ScalablePictureStatus statusCode, String statusMessage)
      inform the listener that the status has changed
      Parameters:
      statusCode - status code
      statusMessage - status message
    • sourceLoadProgressNotification

      void sourceLoadProgressNotification(SourcePicture.SourcePictureStatus statusCode, int percentage)
      inform the listener of progress on the loading of the image
      Parameters:
      statusCode - status code
      percentage - the percentage done