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

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

public class AfterKill
extends ContainerEvent

Event fired After the DeployableContainer is killed.

Version:
$Revision: $
Author:
Martin Gencur

Constructor Summary
AfterKill(DeployableContainer<?> deployableContainer)
           
 
Method Summary
 
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

AfterKill

public AfterKill(DeployableContainer<?> deployableContainer)


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