|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CommandSet | |
---|---|
rle.core | |
rle.core.event | |
rle.simple |
Uses of CommandSet in rle.core |
---|
Fields in rle.core declared as CommandSet | |
---|---|
protected CommandSet |
GameContextBase.commandSet
|
Methods in rle.core that return CommandSet | |
---|---|
CommandSet |
GameContext.commandSet()
Return the current command set. |
CommandSet |
GameContextBase.commandSet()
Return the current command set. |
Methods in rle.core with parameters of type CommandSet | |
---|---|
protected void |
GameContextBase.fireCommandSetChange(CommandSet oldSet,
CommandSet newSet)
Notify listeners that the CommandSet has changed. |
void |
GameContext.setCommandSet(CommandSet cs)
Set the current command set. |
void |
GameContextBase.setCommandSet(CommandSet commandSet)
Set the current command set. |
Uses of CommandSet in rle.core.event |
---|
Methods in rle.core.event that return CommandSet | |
---|---|
CommandSet |
CommandSetChangeEvent.newSet()
|
CommandSet |
CommandSetChangeEvent.oldSet()
|
Constructors in rle.core.event with parameters of type CommandSet | |
---|---|
CommandSetChangeEvent(CommandSet oldSet,
CommandSet newSet)
|
Uses of CommandSet in rle.simple |
---|
Methods in rle.simple with parameters of type CommandSet | |
---|---|
void |
SimpleGame.setCommandSet(CommandSet commandSet)
Set the current command set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |