
public class DeploymentCommandObserver extends Object
| Constructor and Description |
|---|
DeploymentCommandObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(DeployDeploymentCommand event) |
void |
getDeployment(GetDeploymentCommand event) |
void |
onException(org.jboss.arquillian.core.spi.EventContext<Command> event) |
void |
undeploy(UnDeployDeploymentCommand event) |
public void onException(@Observes
org.jboss.arquillian.core.spi.EventContext<Command> event)
public void deploy(@Observes
DeployDeploymentCommand event)
public void undeploy(@Observes
UnDeployDeploymentCommand event)
public void getDeployment(@Observes
GetDeploymentCommand event)
Copyright © 2015 JBoss by Red Hat. All rights reserved.