blob: bfd09190e2510843132897f878aa0cc32e232a1d [file] [log] [blame]
package org.testng;
/**
* This is a marker interface for all objects that can be passed
* as a -listener argument.
*
* @author cbeust
*/
public interface ITestNGListener {
}