Interface Consumer

All Superinterfaces:
CXClassLoader

public interface Consumer
extends CXClassLoader

This interface should be implemented by the programmer interface. The easiest way to do that is by using the CXTool. Note that since Consumer extends CXClassLoader, the implementation should also implement all the methods that are included in the CXClassLoader interface (currently only one).


Method Summary
 void putResults(Result results, NodeInfo source)
          This method is called by the CX environment, when new results have been arrived.
 
Methods inherited from interface CXClassLoader
getClassBytes
 

Method Detail

putResults

public void putResults(Result results,
                       NodeInfo source)
This method is called by the CX environment, when new results have been arrived. By implementing this method, the programmer defines how to process the returned results.