blob: ed4344c59656f82f6c78180429470df9a6c74640 [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 {
}