edu.luc.cs.trull.demo.battleship
Interface EventLabels
- All Known Implementing Classes:
- BattleShip, Ship, WindowShip
interface EventLabels
Event labels for the battle ship demo.
|
Field Summary |
static java.lang.String |
HIT
|
static java.lang.String |
PLACE
|
static java.lang.String |
SHOT
|
static java.lang.String |
SUNK
|
HIT
static final java.lang.String HIT
- See Also:
- Constant Field Values
PLACE
static final java.lang.String PLACE
- See Also:
- Constant Field Values
SHOT
static final java.lang.String SHOT
- See Also:
- Constant Field Values
SUNK
static final java.lang.String SUNK
- See Also:
- Constant Field Values
http://www.cs.luc.edu/trull/