Package com.jsql.view.swing.interaction
Class GetTerminalResult
java.lang.Object
com.jsql.view.swing.interaction.GetTerminalResult
- All Implemented Interfaces:
InteractionCommand
Append the result of a command in the terminal.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetTerminalResult
- Parameters:
interactionParams
- The unique identifier of the terminal and the command's result to display
-
-
Method Details
-
execute
public void execute()Description copied from interface:InteractionCommand
Do the action ordered by the model.- Specified by:
execute
in interfaceInteractionCommand
-