Package xsbti

Interface MainResult

All Known Subinterfaces:
Continue, Exit, Reboot

public interface MainResult
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 completed. This interface should be treated as 'sealed', with Exit and Reboot the only direct subtypes.
See Also: