]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/tasks/SystemCallOutputListener.java
7972cdcb80e93be27d3720cc5f119f863def69b9
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / tasks / SystemCallOutputListener.java
1 package org.argeo.slc.core.execution.tasks;
2
3 public interface SystemCallOutputListener {
4 public void newLine(SystemCall systemCall, String line, Boolean isError);
5 }