org.curjent.example.agent.helloworld
Interface World

All Known Implementing Classes:
WorldTask

public interface World

A second version of HelloWorld. This version shows a more realistic source code structure and some of the best practices for designing and implementing agents.


Method Summary
 void hello()
           
 

Method Detail

hello

void hello()


Copyright 2009-2011 Tom Landon
Apache License 2.0