public interface SourcePictureListener
| Modifier and Type | Method and Description | 
|---|---|
| void | sourceLoadProgressNotification(int statusCode,
                              int percentage)inform the listener of progress on the loading of the image | 
| void | sourceStatusChange(int statusCode,
                  java.lang.String statusMessage,
                  SourcePicture sp)inform the listener that the status has changed | 
void sourceStatusChange(int statusCode,
                        java.lang.String statusMessage,
                        SourcePicture sp)
void sourceLoadProgressNotification(int statusCode,
                                    int percentage)