jtge.sample.toss
Class View

java.lang.Object
  extended byjtge.sample.toss.View

public class View
extends java.lang.Object

This class handles the user interface.

Version:
$Revision: 1.4 $ $Date: 2005/09/14 18:36:52 $
Author:
Mathieu Champlon

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

View

public View(Controller controller)
Create a view.

Parameters:
controller - the controller
Method Detail

display

public final void display(java.lang.String message)
Display a result.

Parameters:
message - the result

start

public final void start()
Start the main loop.



Copyright © 2003-2005 . All Rights Reserved.