Class GetTerminalResult

java.lang.Object
com.jsql.view.swing.interaction.GetTerminalResult
All Implemented Interfaces:
InteractionCommand

public class GetTerminalResult extends Object implements InteractionCommand
Append the result of a command in the terminal.
  • Constructor Details

    • GetTerminalResult

      public GetTerminalResult(Object[] interactionParams)
      Parameters:
      interactionParams - The unique identifier of the terminal and the command's result to display
  • Method Details