Arquillian Test SPI 1.0.0.CR7

org.jboss.arquillian.test.spi.event.suite
Interface LifecycleEvent

All Superinterfaces:
Event
All Known Implementing Classes:
After, AfterClass, Before, BeforeClass, ClassLifecycleEvent, TestLifecycleEvent

public interface LifecycleEvent
extends Event

Describes a Event with the capability of Vetoing the execution of a method.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 LifecycleMethodExecutor getExecutor()
          Get the call back handler for this lifecycle method.
 

Method Detail

getExecutor

LifecycleMethodExecutor getExecutor()
Get the call back handler for this lifecycle method.

Returns:
the executor

Arquillian Test SPI 1.0.0.CR7

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