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

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

public class BeforeStop
extends ContainerEvent

Event fired Before the DeployableContainer is stopped.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
BeforeStop(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

BeforeStop

public BeforeStop(DeployableContainer<?> deployableContainer)


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