Interface LifecycleEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
After,AfterClass,AfterTestLifecycleEvent,Before,BeforeClass,BeforeTestLifecycleEvent,ClassLifecycleEvent,TestLifecycleEvent
Describes a Event with the capability of Vetoing the execution of a method.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Method Summary
Modifier and TypeMethodDescriptionGet the call back handler for this lifecycle method.
-
Method Details
-
getExecutor
LifecycleMethodExecutor getExecutor()Get the call back handler for this lifecycle method.- Returns:
- the executor
-