Package org.apache.commons.net.examples
Class PrintCommandListeners
- java.lang.Object
-
- org.apache.commons.net.examples.PrintCommandListeners
-
public class PrintCommandListeners extends java.lang.ObjectFactory ofPrintCommandListenerfor examples.
-
-
Constructor Summary
Constructors Constructor Description PrintCommandListeners()Deprecated.Will be private in the next major release.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrintCommandListenersysOutPrintCommandListener()Creates a new PrintCommandListener on system out.
-
-
-
Method Detail
-
sysOutPrintCommandListener
public static PrintCommandListener sysOutPrintCommandListener()
Creates a new PrintCommandListener on system out.- Returns:
- a new PrintCommandListener on system out.
-
-