Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tuneology.avm
Interface Native.Logger  view Native.Logger download Native.Logger.java

Enclosing interface:
Native

public static interface Native.Logger

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


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.