org.testng
Interface ITestNGListener

All Known Subinterfaces:
IAnnotationTransformer, IAnnotationTransformer2, IConfigurable, IConfigurationListener, IConfigurationListener2, IExecutionListener, IHookable, IInvokedMethodListener, IInvokedMethodListener2, IMethodInterceptor, IReporter, ISuiteListener, ITestListener
All Known Implementing Classes:
SuiteRunner, TestListenerAdapter, TestNG.ExitCodeListener

public interface ITestNGListener

This is a marker interface for all objects that can be passed as a -listener argument.

Author:
cbeust