org.jboss.arquillian.container.test.impl.execution.event
Class RemoteExecutionEvent

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.execution.event.RemoteExecutionEvent
All Implemented Interfaces:
ExecutionEvent, Event

public class RemoteExecutionEvent
extends Object
implements ExecutionEvent

LocalExecutionEvent

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
RemoteExecutionEvent(TestMethodExecutor executor)
           
 
Method Summary
 TestMethodExecutor getExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteExecutionEvent

public RemoteExecutionEvent(TestMethodExecutor executor)
Method Detail

getExecutor

public TestMethodExecutor getExecutor()
Specified by:
getExecutor in interface ExecutionEvent


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