public class TrendDetectionOutputListener extends Object implements OutputListener
Constructor and Description |
---|
TrendDetectionOutputListener()
Construct the publishing connector
|
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
|
public TrendDetectionOutputListener()
public void newImageDownloaded(WriteableImageOutput written)
OutputListener
StatusConsumption
instance from the StatusConsumer
that processed the status is also providednewImageDownloaded
in interface OutputListener
public void failedURL(URL url, String reason)
OutputListener
failedURL
in interface OutputListener
public void finished()
OutputListener
finished
in interface OutputListener
public void prepare()
OutputListener
prepare
in interface OutputListener