be.ugent.caagt.swirl.commands

Class 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.

Constructor Summary

Exit(CommandManager manager, String commandId)

Method Summary

void
handleExecute()

Constructor Details

Exit

public Exit(CommandManager manager,
            String commandId)

Method Details

handleExecute

public void handleExecute()