org.springframework.richclient.command
Interface ActionCommandExecutor

All Known Subinterfaces:
GuardedActionCommandExecutor, ParameterizableActionCommandExecutor
All Known Implementing Classes:
AboutCommand, AbstractActionCommandExecutor, AbstractCommand, AbstractReporterForm.StateSynchronizingToggleCommand, ActionCommand, AdjustFontSizeCommand, ApplicationWindowAwareCommand, CascadeCommand, CommandGroup, DialogCommand, ExclusiveCommandGroup, ExitCommand, HelpContentsCommand, HibernateExceptionHandlerCommand, JXErrorDialogExceptionHandlerCommand, LoginCommand, LogoutCommand, MessagesDialogExceptionHandlerCommand, MethodInvokingActionCommandExecutor, MinimizeAllCommand, NewOwnerWizard, NewWindowCommand, PreferenceCommand, SetupWizard, ShowFrameCommand, ShowPageCommand, ShowPageMenu, ShowViewCommand, ShowViewMenu, SortTableCommand, TargetableActionCommand, TileCommand, TitleBarTimeStampCommand, ToggleCommand

public interface ActionCommandExecutor

This interface is to be implemented by objects that are able to execute an action command.


Method Summary
 void execute()
          Performs the action.
 

Method Detail

execute

void execute()
Performs the action.



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