|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.adom.jade.ui.commands.Command
de.adom.jade.ui.commands.RepeatingCommand
Implements the base class for commands that repeat until some special condition is fulfilled.
| Field Summary |
|---|
| Fields inherited from class de.adom.jade.ui.commands.Command |
|---|
E, ENTER_LOCATION, N, NE, NW, S, SE, SW, W, WAIT, WALK_E, WALK_N, WALK_NE, WALK_NW, WALK_S, WALK_SE, WALK_SW, WALK_W, WALK_WAIT |
| Constructor Summary | |
|---|---|
RepeatingCommand(java.lang.String name)
Builds a new repeating command. |
|
| Method Summary | |
|---|---|
abstract Command |
getRepeatingCommand(Being being)
Determines if the command can be repeated once more for a given being. |
| Methods inherited from class de.adom.jade.ui.commands.Command |
|---|
execute, executeImpl, getCommand, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepeatingCommand(java.lang.String name)
name - | Method Detail |
|---|
public abstract Command getRepeatingCommand(Being being)
being - the being for which the command might be repeated
null
if the command can't or shouldn't be repeated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||