Package org.objenesis.tck.search
Interface SearchWorkingInstantiatorListener
-
- All Known Implementing Classes:
SystemOutListener
public interface SearchWorkingInstantiatorListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstantiatorNotFound(java.lang.String className, java.lang.Throwable t)voidinstantiatorSupported(java.lang.Class<?> c)voidinstantiatorUnsupported(java.lang.Class<?> c, java.lang.Throwable t)
-