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

java.lang.Object
  extended by org.jboss.arquillian.container.spi.event.container.ContainerEvent
      extended by org.jboss.arquillian.container.spi.event.container.DeployerEvent
          extended by org.jboss.arquillian.container.spi.event.container.AfterDeploy
All Implemented Interfaces:
Event

public class AfterDeploy
extends DeployerEvent

Event fired After DeployableContainer deployment.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
AfterDeploy(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.container.spi.event.container.DeployerEvent
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

AfterDeploy

public AfterDeploy(DeployableContainer<?> deployableContainer,
                   DeploymentDescription deployment)


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