blob: a0dd9739c38982d9e3bbb3ec89305e66fe917713 [file] [log] [blame]
package org.testng.internal.annotations;
import org.testng.ITestNGListener;
public interface IListeners {
Class<? extends ITestNGListener>[] getValue();
void setValue(Class<? extends ITestNGListener>[] value);
}