|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.mazewar.ClientEvent
public class ClientEvent
ClientEvent
encapsulates events corresponding to actions Client
s may take.
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 |
---|
public static final ClientEvent moveForward
Client
moves forward.
public static final ClientEvent moveBackward
Client
moves backward.
public static final ClientEvent turnLeft
Client
turns left.
public static final ClientEvent turnRight
Client
turns right.
public static final ClientEvent fire
Client
fires.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |