public static interface KeyboardInputMode.ExecuteCommandHandler
ICommand
for the given parameter set.Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand(ICommand command,
Object parameter,
Object source)
Defines the contract for executign a given
ICommand for the given parameter set. |
boolean executeCommand(ICommand command, Object parameter, Object source)
ICommand
for the given parameter set.command
- The command to execute.parameter
- The optional parameter for the command execution.source
- The source for which the command shall be executed.true
, iff the command has been executed by this callback.