public interface OutputListener
Modifier and Type | Method and Description |
---|---|
void |
failedURL(URL url,
String reason)
Called for every URL that is a failure
|
void |
finished()
When the picslurper is done
|
void |
newImageDownloaded(WriteableImageOutput written)
Called for each image successfully downloaded.
|
void |
prepare()
start things off
|
void newImageDownloaded(WriteableImageOutput written)
StatusConsumption
instance from the StatusConsumer
that processed the status is also providedwritten
- void failedURL(URL url, String reason)
url
- reason
- void finished()
void prepare()