public interface ProcessStringsHandler
void
ended(Process process, int value)
error(Process process, Throwable th)
started(Process process)
stderr(Process process, String line)
stdout(Process process, String line)
void started(Process process)
void stdout(Process process, String line)
void stderr(Process process, String line)
void ended(Process process, int value)
void error(Process process, Throwable th)
Copyright © 2022 vpc open source initiative. All rights reserved.