public class DefaultShellTest.TestCommandListener
extends org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
implements org.jboss.forge.addon.ui.wizard.WizardExecutionListener
| Constructor and Description |
|---|
DefaultShellTest.TestCommandListener() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.forge.addon.ui.result.Result |
getResult() |
boolean |
isExecuted() |
void |
postCommandExecuted(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
org.jboss.forge.addon.ui.result.Result result) |
void |
postCommandFailure(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
Throwable failure) |
void |
postWizardExecuted(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
org.jboss.forge.addon.ui.result.Result result) |
void |
postWizardFailure(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
Throwable failure) |
void |
preWizardExecuted(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context) |
void |
reset() |
preCommandExecutedpublic DefaultShellTest.TestCommandListener()
public void preWizardExecuted(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context)
preWizardExecuted in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListenerpublic void postCommandExecuted(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
org.jboss.forge.addon.ui.result.Result result)
postCommandExecuted in interface org.jboss.forge.addon.ui.command.CommandExecutionListenerpostCommandExecuted in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListenerpublic void postCommandFailure(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
Throwable failure)
postCommandFailure in interface org.jboss.forge.addon.ui.command.CommandExecutionListenerpostCommandFailure in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListenerpublic void postWizardExecuted(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
org.jboss.forge.addon.ui.result.Result result)
postWizardExecuted in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListenerpublic void postWizardFailure(org.jboss.forge.addon.ui.wizard.UIWizard wizard,
org.jboss.forge.addon.ui.context.UIExecutionContext context,
Throwable failure)
postWizardFailure in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListenerpublic boolean isExecuted()
public org.jboss.forge.addon.ui.result.Result getResult()
public void reset()
Copyright © 2014 JBoss by Red Hat. All rights reserved.