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


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