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 void
instantiatorNotFound(java.lang.String className, java.lang.Throwable t)
void
instantiatorSupported(java.lang.Class<?> c)
void
instantiatorUnsupported(java.lang.Class<?> c, java.lang.Throwable t)
-