This class is a specialization of the
WizardComponent which defines
behavior specific to actions.
An action is best described by the following characteristics: it represents a
lengthy process (and hence displays a progress bar) and does not require any user
input - it just informs the user that something is happening and the wizard did
not hang.
Optionally an action may provide means to cancel without waiting for it to
finish. |