net.mazewar
Class GUIClient

java.lang.Object
  extended by net.mazewar.Client
      extended by net.mazewar.LocalClient
          extended by net.mazewar.GUIClient

public class GUIClient
extends LocalClient

An implementation of LocalClient that is controlled by the keyboard of the computer on which the game is being run.

Version:
$Id: GUIClient.java 343 2004-01-24 03:43:45Z geoffw $
Author:
Geoffrey Washburn <geoffw@cis.upenn.edu>

Constructor Summary
GUIClient(java.lang.String name)
          Create a GUI controlled LocalClient.
 
Method Summary
 
Methods inherited from class net.mazewar.Client
addClientListener, getName, getOrientation, getPoint, registerMaze, removeClientListener, unregisterMaze
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIClient

public GUIClient(java.lang.String name)
Create a GUI controlled LocalClient.