Class DeploymentCommandObserver
- java.lang.Object
-
- org.jboss.arquillian.container.test.impl.client.deployment.command.DeploymentCommandObserver
-
public class DeploymentCommandObserver extends Object
DeployDeploymentObserver- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description DeploymentCommandObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(DeployDeploymentCommand event)voidgetDeployment(GetDeploymentCommand event)voidonException(org.jboss.arquillian.core.spi.EventContext<Command> event)voidundeploy(UnDeployDeploymentCommand event)
-
-
-
Method Detail
-
onException
public void onException(@Observes org.jboss.arquillian.core.spi.EventContext<Command> event)
-
deploy
public void deploy(@Observes DeployDeploymentCommand event)
-
undeploy
public void undeploy(@Observes UnDeployDeploymentCommand event)
-
getDeployment
public void getDeployment(@Observes GetDeploymentCommand event)
-
-