Class GuiCommand

java.lang.Object
com.tbg.wms.cli.commands.GuiCommand
All Implemented Interfaces:
Callable<Integer>

public final class GuiCommand extends Object implements Callable<Integer>
Launches the Swing desktop workflow.

This command returns immediately after scheduling the GUI startup on the EDT (Event Dispatch Thread).

  • Constructor Details

    • GuiCommand

      public GuiCommand()
  • Method Details

    • call

      public Integer call()
      Schedules GUI launch on the Swing event thread.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      always 0