net.mazewar
Class RemoteClient

java.lang.Object
  extended by net.mazewar.Client
      extended by net.mazewar.RemoteClient

public class RemoteClient
extends Client

A skeleton for those Clients that correspond to clients on other computers.

Version:
$Id: RemoteClient.java 342 2004-01-23 21:35:52Z geoffw $
Author:
Geoffrey Washburn <geoffw@cis.upenn.edu>

Constructor Summary
RemoteClient(java.lang.String name)
          Create a remotely controlled Client.
 
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

RemoteClient

public RemoteClient(java.lang.String name)
Create a remotely controlled Client.

Parameters:
name - Name of this RemoteClient.