public class ZMQOutputListener extends Object implements OutputListener
| Constructor and Description |
|---|
ZMQOutputListener()
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 ZMQOutputListener()
public void newImageDownloaded(WriteableImageOutput written)
OutputListenerStatusConsumption instance from the StatusConsumer
that processed the status is also providednewImageDownloaded in interface OutputListenerpublic void failedURL(URL url, String reason)
OutputListenerfailedURL in interface OutputListenerpublic void finished()
OutputListenerfinished in interface OutputListenerpublic void prepare()
OutputListenerprepare in interface OutputListener