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

com.xlrit.gears.engine.importer.ImportTarget Maven / Gradle / Ivy

package com.xlrit.gears.engine.importer;

import java.io.Closeable;

public interface ImportTarget extends Closeable {
	void startCollection(String name);
	void add(SkeletonObject obj);
	void endCollection();
	String getCurrentCollection();

	void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy