com.mcdermottroe.exemplar.ui.cli
Interface ExitHandler


public interface ExitHandler

A handler to exit the program with an exit code.

Since:
0.2

Method Summary
 void exit(int exitCode)
          The callback method which will be called when the program is exiting.
 

Method Detail

exit

void exit(int exitCode)
The callback method which will be called when the program is exiting.

Parameters:
exitCode - The exit code to return to the calling shell.