net.mazewar
Class ClientEvent

java.lang.Object
  extended by net.mazewar.ClientEvent

public class ClientEvent
extends java.lang.Object

ClientEvent encapsulates events corresponding to actions Clients may take.

Version:
$Id: ClientEvent.java 359 2004-01-31 20:14:31Z geoffw $
Author:
Geoffrey Washburn <geoffw@cis.upenn.edu>

Field Summary
static ClientEvent fire
          Generated when a Client fires.
static ClientEvent moveBackward
          Generated when a Client moves backward.
static ClientEvent moveForward
          Generated when a Client moves forward.
static ClientEvent turnLeft
          Generated when a Client turns left.
static ClientEvent turnRight
          Generated when a Client turns right.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moveForward

public static final ClientEvent moveForward
Generated when a Client moves forward.


moveBackward

public static final ClientEvent moveBackward
Generated when a Client moves backward.


turnLeft

public static final ClientEvent turnLeft
Generated when a Client turns left.


turnRight

public static final ClientEvent turnRight
Generated when a Client turns right.


fire

public static final ClientEvent fire
Generated when a Client fires.