public class RunCommand.ScriptCommandListener
extends org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
| Constructor and Description |
|---|
RunCommand.ScriptCommandListener() |
| 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 |
preCommandExecuted(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context) |
void |
reset() |
public void preCommandExecuted(org.jboss.forge.addon.ui.command.UICommand command,
org.jboss.forge.addon.ui.context.UIExecutionContext context)
preCommandExecuted in interface org.jboss.forge.addon.ui.command.CommandExecutionListenerpreCommandExecuted in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListenerpublic 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 boolean isExecuted()
public org.jboss.forge.addon.ui.result.Result getResult()
public void reset()
Copyright © 2014 JBoss by Red Hat. All rights reserved.