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

xsbti.MainResult Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show newest version
package xsbti;

/** A launched application should return an instance of this from its 'run' method
* to communicate to the launcher what should be done now that the application
* has competed.  This interface should be treated as 'sealed', with Exit and Reboot the only
* direct subtypes.
*/
public interface MainResult {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy