org.springframework.richclient.command
Interface ParameterizableActionCommandExecutor

All Superinterfaces:
ActionCommandExecutor
All Known Implementing Classes:
AboutCommand, AbstractActionCommandExecutor, AbstractReporterForm.StateSynchronizingToggleCommand, ActionCommand, AdjustFontSizeCommand, ApplicationWindowAwareCommand, CascadeCommand, DialogCommand, ExitCommand, HelpContentsCommand, HibernateExceptionHandlerCommand, JXErrorDialogExceptionHandlerCommand, LoginCommand, LogoutCommand, MessagesDialogExceptionHandlerCommand, MinimizeAllCommand, NewWindowCommand, PreferenceCommand, ShowFrameCommand, ShowPageCommand, ShowViewCommand, SortTableCommand, TargetableActionCommand, TileCommand, TitleBarTimeStampCommand, ToggleCommand

public interface ParameterizableActionCommandExecutor
extends ActionCommandExecutor

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.

Author:
Keith Donald

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

execute

void execute(Map parameters)
Invoke the specified command, passing in the set of arbitrary execution parameters.

Parameters:
parameters - the parameter map, consisting of name-value pairs.


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.