be.ugent.caagt.swirl.commands
Class Exit
ActionCommand
be.ugent.caagt.swirl.commands.Exit
public class Exit
extends ActionCommand
Simple command that exists the application unconditionally. Should be used
with care: most applications will at least allow the user to confirm before
exiting.
Important note: work on this part of the Swirl library will be
discontinued because unfortunately newer versions
of the
GUI commands framework will no longer be available as
open source.
In due course this class will become deprecated and will eventually be
removed from the library.
Exit(CommandManager manager, String commandId)
|
Exit
public Exit(CommandManager manager,
String commandId)
handleExecute
public void handleExecute()