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

com.lti.civil.CaptureSystemFactory Maven / Gradle / Ivy

/*
 * Created on May 25, 2005
 */
package com.lti.civil;

/**
 * 
 * @author Ken Larson
 */
public interface CaptureSystemFactory
{
	public CaptureSystem createCaptureSystem() throws CaptureException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy