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