Package org.objenesis.tck.search
Class SystemOutListener
- java.lang.Object
-
- org.objenesis.tck.search.SystemOutListener
-
- All Implemented Interfaces:
SearchWorkingInstantiatorListener
public class SystemOutListener extends java.lang.Object implements SearchWorkingInstantiatorListener
-
-
Constructor Summary
Constructors Constructor Description SystemOutListener()
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Method Detail
-
instantiatorSupported
public void instantiatorSupported(java.lang.Class<?> c)
- Specified by:
instantiatorSupportedin interfaceSearchWorkingInstantiatorListener
-
instantiatorUnsupported
public void instantiatorUnsupported(java.lang.Class<?> c, java.lang.Throwable t)- Specified by:
instantiatorUnsupportedin interfaceSearchWorkingInstantiatorListener
-
instantiatorNotFound
public void instantiatorNotFound(java.lang.String className, java.lang.Throwable t)- Specified by:
instantiatorNotFoundin interfaceSearchWorkingInstantiatorListener
-
-