Interface SourcePictureListener

  • All Known Implementing Classes:
    ScalablePicture

    public interface SourcePictureListener
    This interface allows an object to inform another object that the status it is listening on has changed.
    • Method Detail

      • sourceStatusChange

        void sourceStatusChange​(int statusCode,
                                String statusMessage,
                                SourcePicture sp)
        inform the listener that the status has changed
      • sourceLoadProgressNotification

        void sourceLoadProgressNotification​(int statusCode,
                                            int percentage)
        inform the listener of progress on the loading of the image