|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterizableActionCommandExecutor
Sub-interface of command delegate that allows for parameterization of the command invocation. Implement if your action needs to be parameterized with "hints" allowing it to execute different based on some context.
Method Summary | |
---|---|
void |
execute(Map parameters)
Invoke the specified command, passing in the set of arbitrary execution parameters. |
Methods inherited from interface org.springframework.richclient.command.ActionCommandExecutor |
---|
execute |
Method Detail |
---|
void execute(Map parameters)
parameters
- the parameter map, consisting of name-value pairs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |