com.tuneology.avm
Interface Native.Logger

Enclosing class:
Native

public static interface Native.Logger

This class is called for each line of output generated by a shell program.

Version:
$Id: Native.java,v 1.17 2003/07/10 19:52:12 xnarf Exp $
Author:
Fran Taylor

Method Summary
 void addMessage(java.lang.String str)
          Called for each line of output generated by the process.
 

Method Detail

addMessage

public void addMessage(java.lang.String str)
Called for each line of output generated by the process.
Parameters:
str - the string to add to the log