<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">import cornell.slk.jkernel.core.Remote;
import cornell.slk.jkernel.core.RemoteException;

public interface Launch extends Remote
{
    void launch(LaunchData data, String appName, String[] args) throws Exception;
}
</pre></body></html>