|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILambda | |
---|---|
ballwar.model | |
ballwar.view | |
util |
Uses of ILambda in ballwar.model |
---|
Fields in ballwar.model declared as ILambda | |
---|---|
private ILambda |
BallModel._displayCmd
The current command used to generate the display string. |
private ILambda |
BallModel._displayCmdOrig
The initial, default command used to generate the initial display string. |
Methods in ballwar.model with parameters of type ILambda | |
---|---|
void |
IBallEnvironment.addDisplayCmd(ILambda cmd)
Adds a command that will be run to whenever the view requests a display string to be displayed. |
void |
BallModel.addDisplayCmd(ILambda cmd)
Adds a display command (ILambda) used to display messages onto the view. |
void |
IViewCtrlAdapter.addKeyCmd(String keyName,
ILambda cmd)
Asks the GUI to associate the given key with the given behavior. |
void |
IBallEnvironment.addKeyCmd(String keyName,
ILambda cmd)
Associates a key with a behavior (command). |
void |
BallModel.addKeyCmd(String keyName,
ILambda cmd)
|
Uses of ILambda in ballwar.view |
---|
Methods in ballwar.view with parameters of type ILambda | |
---|---|
void |
BallGUI.addKeyCmd(String keyName,
ILambda cmd)
Adds the given key such that whenever that key is pressed the given command (AbstractAction) is performed. |
Uses of ILambda in util |
---|
Fields in util declared as ILambda | |
---|---|
static ILambda |
ILambda.NullObject
Singleton null object instance of ILambda. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |