org.jboss.arquillian.container.spi.event.container
Class ContainerEvent
java.lang.Object
org.jboss.arquillian.container.spi.event.container.ContainerEvent
- All Implemented Interfaces:
- Event
- Direct Known Subclasses:
- AfterKill, AfterSetup, AfterStart, AfterStop, BeforeKill, BeforeSetup, BeforeStart, BeforeStop, DeployerEvent
public class ContainerEvent
- extends Object
- implements Event
Base for events fired in the Container life cycle
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerEvent
public ContainerEvent(DeployableContainer<?> deployableContainer)
getDeployableContainer
public DeployableContainer<?> getDeployableContainer()
- Returns:
- the deployableContainer
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.