Arquillian Container Test Implementation Base 1.0.0.CR7

org.jboss.arquillian.container.test.impl.client.container.command
Class ContainerCommandObserver

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.container.command.ContainerCommandObserver

public class ContainerCommandObserver
extends Object

ContainerCommandObserver

Version:
$Revision: $
Author:
Martin Gencur

Constructor Summary
ContainerCommandObserver()
           
 
Method Summary
 void kill(KillContainerCommand event)
           
 void onException(org.jboss.arquillian.core.spi.EventContext<Command> event)
           
 void start(StartContainerCommand event)
           
 void stop(StopContainerCommand event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerCommandObserver

public ContainerCommandObserver()
Method Detail

onException

public void onException(@Observes
                        org.jboss.arquillian.core.spi.EventContext<Command> event)

start

public void start(@Observes
                  StartContainerCommand event)

stop

public void stop(@Observes
                 StopContainerCommand event)

kill

public void kill(@Observes
                 KillContainerCommand event)

Arquillian Container Test Implementation Base 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.