Arquillian Container SPI 1.0.1.Final

org.jboss.arquillian.container.spi.event.container
Class DeployerEvent

java.lang.Object
  extended by org.jboss.arquillian.container.spi.event.container.ContainerEvent
      extended by org.jboss.arquillian.container.spi.event.container.DeployerEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
AfterDeploy, AfterUnDeploy, BeforeDeploy, BeforeUnDeploy

public class DeployerEvent
extends ContainerEvent

DeployerEvent

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
 
Method Summary
 DeploymentDescription getDeployment()
           
 
Methods inherited from class org.jboss.arquillian.container.spi.event.container.ContainerEvent
getDeployableContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerEvent

public DeployerEvent(DeployableContainer<?> deployableContainer,
                     DeploymentDescription deployment)
Method Detail

getDeployment

public DeploymentDescription getDeployment()
Returns:
the deployments

Arquillian Container SPI 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.