|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.byu.phun.Tell
public class Tell
Contains a variety of methods for interactively presenting information to the user.
Constructor Summary | |
---|---|
Tell()
|
Method Summary | |
---|---|
static void |
error(java.lang.String errorMessage)
Displays an error message to tell the user that something is wrong. |
static void |
message(java.lang.String text)
Displays an informational message to the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tell()
Method Detail |
---|
public static void error(java.lang.String errorMessage)
errorMessage
- The error message to be displayed.public static void message(java.lang.String text)
text
- the message to be displayed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |