In testng version 6.9.10 the IClassListner interface contains the following method signatures.
But when it comes to version 6.11, this method signature has been changed to the following.
I have class that has implemented the interface version 6.9.10 and have used the IMethodInstance variable in my implementation. I can't use IMethodInstance anymore because it has been removed from the method signature.
Can anyone please tell me what I can use instead of IMethodInstance variable in my implementation since it is a vital part of my code?

