Package org.objenesis.tck.search
Interface SearchWorkingInstantiatorListener
-
- All Known Implementing Classes:
SystemOutListener
public interface SearchWorkingInstantiatorListener
- Author:
- Henri Tremblay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
instantiatorNotFound(String className, Throwable t)
void
instantiatorSupported(Class<?> c)
void
instantiatorUnsupported(Class<?> c, Throwable t)
-