Package org.luwrain.linux
Class BashProcess.EmptyListener
java.lang.Object
org.luwrain.linux.BashProcess.EmptyListener
- All Implemented Interfaces:
BashProcess.Listener
- Enclosing class:
BashProcess
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onErrorLine
(String line) void
onFinishing
(int exitCode) void
onOutputLine
(String line)
-
Constructor Details
-
EmptyListener
public EmptyListener()
-
-
Method Details
-
onOutputLine
- Specified by:
onOutputLine
in interfaceBashProcess.Listener
-
onErrorLine
- Specified by:
onErrorLine
in interfaceBashProcess.Listener
-
onFinishing
public void onFinishing(int exitCode) - Specified by:
onFinishing
in interfaceBashProcess.Listener
-