]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.runtime/src/org/argeo/slc/runtime/tasks/SystemCallOutputListener.java
Clarify SLC project structure.
[gpl/argeo-slc.git] / org.argeo.slc.runtime / src / org / argeo / slc / runtime / tasks / SystemCallOutputListener.java
diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/runtime/tasks/SystemCallOutputListener.java b/org.argeo.slc.runtime/src/org/argeo/slc/runtime/tasks/SystemCallOutputListener.java
deleted file mode 100644 (file)
index bedd15a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-package org.argeo.slc.runtime.tasks;
-
-public interface SystemCallOutputListener {
-       public void newLine(SystemCall systemCall, String line, Boolean isError);
-}