org.jboss.arquillian.container.test.impl.client.container.command
Class ContainerCommandObserver
java.lang.Object
org.jboss.arquillian.container.test.impl.client.container.command.ContainerCommandObserver
public class ContainerCommandObserver
- extends Object
ContainerCommandObserver
- Version:
- $Revision: $
- Author:
- Martin Gencur
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerCommandObserver
public ContainerCommandObserver()
onException
public void onException(@Observes
EventContext<Command> event)
start
public void start(@Observes
StartContainerCommand event)
stop
public void stop(@Observes
StopContainerCommand event)
kill
public void kill(@Observes
KillContainerCommand event)
isStarted
public void isStarted(@Observes
ContainerStartedCommand event)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.