@Exported
public interface CommandExecutionListener
UICommand execution lifecycle.| Modifier and Type | Method and Description |
|---|---|
void |
postCommandExecuted(org.jboss.forge.addon.ui.UICommand command,
org.jboss.forge.addon.ui.context.UIContext context,
org.jboss.forge.addon.ui.result.Result result)
Called after the given
UICommand has been executed. |
void |
preCommandExecuted(org.jboss.forge.addon.ui.UICommand command,
org.jboss.forge.addon.ui.context.UIContext context)
Called when the given
UICommand is about to be executed. |
void preCommandExecuted(org.jboss.forge.addon.ui.UICommand command,
org.jboss.forge.addon.ui.context.UIContext context)
UICommand is about to be executed. Provides the current UIContext.void postCommandExecuted(org.jboss.forge.addon.ui.UICommand command,
org.jboss.forge.addon.ui.context.UIContext context,
org.jboss.forge.addon.ui.result.Result result)
UICommand has been executed. Provides the command Result and current
UIContext.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.