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

org.daisy.pipeline.client.http.WSCallbackHandler Maven / Gradle / Ivy

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

import java.util.List;

import org.daisy.pipeline.client.models.Message;
import org.daisy.pipeline.client.models.Job.Status;


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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy