All Packages Class Hierarchy This Package Previous Next Index
Class Supporting.Exiting
java.lang.Object
|
+----Supporting.Exiting
- public class Exiting
- extends java.lang.Object
Class that contains a patch for Cafe.
-
Exiting()
-
-
longPause()
- Method used to pause the program for a long time.
-
promptToExit()
- Prompt for input from the keyboard, and
then exit the application.
Exiting
public Exiting()
longPause
public static void longPause()
- Method used to pause the program for a long time.
It is useful because console programs that run under
Cafe destroy the console upon termination,
making it hard to see the output.
promptToExit
public static void promptToExit()
- Prompt for input from the keyboard, and
then exit the application.
All Packages Class Hierarchy This Package Previous Next Index