us.ihmc.simulationconstructionset.commands.ExportSnapshotCommandExecutor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset.commands;
import java.io.File;
public interface ExportSnapshotCommandExecutor
{
public abstract void exportSnapshot(File snapshotFile);
}