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

com.lti.civil.impl.dummy.DummyCaptureSystemFactory Maven / Gradle / Ivy

/*
 * Created on May 27, 2005
 */
package com.lti.civil.impl.dummy;

import com.lti.civil.CaptureException;
import com.lti.civil.CaptureSystem;
import com.lti.civil.CaptureSystemFactory;

/**
 * 
 * @author Ken Larson
 */
public class DummyCaptureSystemFactory implements CaptureSystemFactory
{

	public CaptureSystem createCaptureSystem() throws CaptureException
	{
		return new DummyCaptureSystem();
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy