]> git.argeo.org Git - gpl/argeo-slc.git/blob - SystemCallOutputListener.java
7972cdcb80e93be27d3720cc5f119f863def69b9
[gpl/argeo-slc.git] / 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 }