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

sk.seges.sesam.pap.service.printer.api.ConverterContextElementPrinter Maven / Gradle / Ivy

The newest version!
package sk.seges.sesam.pap.service.printer.api;

import sk.seges.sesam.pap.converter.model.ConverterProviderType;
import sk.seges.sesam.pap.service.model.ConverterProviderContextType;

public interface ConverterContextElementPrinter {

	void initialize(ConverterProviderContextType contextType);
	
	void print(ConverterProviderType serviceConverterProvider);
	
	void finish(ConverterProviderContextType contextType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy