Package gui.controller.command
Class CommandExecuteButtonController
java.lang.Object
gui.controller.command.CommandExecuteButtonController
- All Implemented Interfaces:
ExceptionProvider,ActionListener,EventListener,ApplicationResponseProvider<CommandStatusResponse>
public class CommandExecuteButtonController
extends Object
implements ActionListener, ApplicationResponseProvider<CommandStatusResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionCommandExecuteButtonController(CommandDescription description, JTextField argsField, CommandCallback callback, ExceptionProvider... providers) -
Method Summary
-
Constructor Details
-
CommandExecuteButtonController
public CommandExecuteButtonController(CommandDescription description, JTextField argsField, CommandCallback callback, ExceptionProvider... providers)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
acceptException
- Specified by:
acceptExceptionin interfaceExceptionProvider
-
acceptResponse
- Specified by:
acceptResponsein interfaceApplicationResponseProvider<CommandStatusResponse>
-