|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.mazewar.Client
net.mazewar.LocalClient
public abstract class LocalClient
An abstract class for Client
s in a Maze
that local to the
computer the game is running upon. You may choose to implement some of
your code for communicating with other implementations by overriding
methods in Client
here to intercept upcalls by GUIClient
and
RobotClient
and generate the appropriate network events.
Constructor Summary | |
---|---|
LocalClient(java.lang.String name)
Create a Client local to this machine. |
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 |
---|
public LocalClient(java.lang.String name)
Client
local to this machine.
name
- The name of this Client
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |