All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.util.process.OutputHandler Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.util.process;

/**
 */
public interface OutputHandler {
  void handleLine( String line );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy