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
-
-
Constructor Summary
Constructors Constructor Description ContainerCommandObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidisStarted(ContainerStartedCommand event)voidkill(KillContainerCommand event)voidonException(org.jboss.arquillian.core.spi.EventContext<Command> event)voidstart(StartContainerCommand event)voidstop(StopContainerCommand event)
-
-
-
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)
-
isStarted
public void isStarted(@Observes ContainerStartedCommand event)
-
-