Package org.objenesis.tck.search
Class SystemOutListener
- java.lang.Object
-
- org.objenesis.tck.search.SystemOutListener
-
- All Implemented Interfaces:
SearchWorkingInstantiatorListener
public class SystemOutListener extends Object implements SearchWorkingInstantiatorListener
- Author:
- Henri Tremblay
-
-
Constructor Summary
Constructors Constructor Description SystemOutListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
instantiatorNotFound(String className, Throwable t)
void
instantiatorSupported(Class<?> c)
void
instantiatorUnsupported(Class<?> c, Throwable t)
-
-
-
Method Detail
-
instantiatorSupported
public void instantiatorSupported(Class<?> c)
- Specified by:
instantiatorSupported
in interfaceSearchWorkingInstantiatorListener
-
instantiatorUnsupported
public void instantiatorUnsupported(Class<?> c, Throwable t)
- Specified by:
instantiatorUnsupported
in interfaceSearchWorkingInstantiatorListener
-
instantiatorNotFound
public void instantiatorNotFound(String className, Throwable t)
- Specified by:
instantiatorNotFound
in interfaceSearchWorkingInstantiatorListener
-
-