Interface LifecycleEvent

All Superinterfaces:
Event
All Known Implementing Classes:
After, AfterClass, AfterTestLifecycleEvent, Before, BeforeClass, BeforeTestLifecycleEvent, 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

    Modifier and Type
    Method
    Description
    Get the call back handler for this lifecycle method.
  • Method Details

    • getExecutor

      Get the call back handler for this lifecycle method.
      Returns:
      the executor