org.jboss.arquillian.container.test.impl.client.deployment.command
Class DeploymentCommandObserver

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.command.DeploymentCommandObserver

public class DeploymentCommandObserver
extends Object

DeployDeploymentObserver

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeploymentCommandObserver()
           
 
Method Summary
 void deploy(DeployDeploymentCommand event)
           
 void getDeployment(GetDeploymentCommand event)
           
 void onException(EventContext<Command> event)
           
 void undeploy(UnDeployDeploymentCommand event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentCommandObserver

public DeploymentCommandObserver()
Method Detail

onException

public void onException(@Observes
                        EventContext<Command> event)

deploy

public void deploy(@Observes
                   DeployDeploymentCommand event)

undeploy

public void undeploy(@Observes
                     UnDeployDeploymentCommand event)

getDeployment

public void getDeployment(@Observes
                          GetDeploymentCommand event)


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.