|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.sample.toss.View
This class handles the user interface.
Constructor Summary | |
View(Controller controller)
Create a view. |
Method Summary | |
void |
display(java.lang.String message)
Display a result. |
void |
start()
Start the main loop. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public View(Controller controller)
controller
- the controllerMethod Detail |
public final void display(java.lang.String message)
message
- the resultpublic final void start()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |