org.hprog.code
Interface ResultListener


public interface ResultListener

Simple listener for completion of an operation that returns a single String


Method Summary
 void done(java.lang.String text)
           
 

Method Detail

done

public void done(java.lang.String text)