package org.testng; public interface IHookable extends ITestNGListener { void run(IHookCallBack iHookCallBack, ITestResult iTestResult); }