/* * Copyright 2013 Guidewire Software, Inc. */ package gw.util.process; /** */ public interface OutputHandler { void handleLine( String line ); }