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.


Constructor Index

 o Exiting()

Method Index

 o longPause()
Method used to pause the program for a long time.
 o promptToExit()
Prompt for input from the keyboard, and then exit the application.

Constructors

 o Exiting
 public Exiting()

Methods

 o 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.

 o 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