- All Implemented Interfaces:
Callable<Integer>
Launches the Swing desktop workflow.
This command returns immediately after scheduling the GUI startup on the
EDT (Event Dispatch Thread).
-
Constructor Summary
Constructors
-
Method Summary
Schedules GUI launch on the Swing event thread.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GuiCommand
public GuiCommand()
-
Method Details
-
call
Schedules GUI launch on the Swing event thread.
- Specified by:
call in interface Callable<Integer>
- Returns:
- always
0