All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.pipeline.client.Pipeline2WSCallbackHandler Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version
package org.daisy.pipeline.client;

public interface Pipeline2WSCallbackHandler {
	
	/**
	 * Handle job message callbacks.
	 * @param jobMessages
	 */
	public void jobMessages(Pipeline2WSResponse jobMessages);
	
	/**
	 * Handle job status update callbacks.
	 * @param jobStatus
	 */
	public void jobStatus(Pipeline2WSResponse jobStatus);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy