console
Class Ear

java.lang.Object
  extended byconsole.Ear

public class Ear
extends Object


Constructor Summary
Ear()
           
 
Method Summary
static String hear()
          Get a string from the user.
static int hearInt()
          Get an int from the user.
static void pause()
           
static void say(String what)
          Say something to the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ear

public Ear()
Method Detail

say

public static void say(String what)
Say something to the user.


hear

public static String hear()
Get a string from the user.


hearInt

public static int hearInt()
Get an int from the user.


pause

public static void pause()