org.jboss.arquillian.container.spi.event.container
Class DeployerEvent
java.lang.Object
org.jboss.arquillian.container.spi.event.container.ContainerEvent
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerEvent
public DeployerEvent(DeployableContainer<?> deployableContainer,
DeploymentDescription deployment)
getDeployment
public DeploymentDescription getDeployment()
- Returns:
- the deployments
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.