jacol
Interface LispCaller


public interface LispCaller

This interface is implemented by any classes that make asynchronous lisp calls.

Version:
0.20 beta
Author:
Jason Lowdermilk Email

Method Summary
 void lispResponse(java.lang.String response)
          This is a callback method that will be invoked after the lisp interpreter evaluates expressions.
 

Method Detail

lispResponse

public void lispResponse(java.lang.String response)
This is a callback method that will be invoked after the lisp interpreter evaluates expressions.
Parameters:
a - String representing the response from the lisp interpreter.