public class AbortQuestion extends Object
ask()
is called. Asking can be
aborted by calling nevermind()
.Constructor and Description |
---|
AbortQuestion() |
Modifier and Type | Method and Description |
---|---|
boolean |
ask()
Shows a dialog to the user, asking whether the analysis should really be aborted.
|
void |
nevermind()
Closes the dialog shown to the user.
|
public boolean ask()
true
if the analysis should be aborted.public void nevermind()
ask()
and
makes it return false
.