com.github.thorbenkuck.netcom2.interfaces.Launch Maven / Gradle / Ivy
package com.github.thorbenkuck.netcom2.interfaces;
import com.github.thorbenkuck.netcom2.exceptions.StartFailedException;
public interface Launch {
void launch() throws StartFailedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy