org.curjent.example.agent.helloworld
Class WorldTask
java.lang.Object
org.curjent.example.agent.helloworld.WorldTask
- All Implemented Interfaces:
- World
class WorldTask
- extends Object
- implements World
Hello world task. WorldTask implements World. This is optional. Curjent's
only requirement is that the task implements all of the agent's interface
methods. (Not adding an implements clause to the implementation class can
sometimes simplify exception handling. Instead of handling exceptions
individually in each of the agent's implementation methods, the agent
designer can instead centralize handling in the agent's handler for unhandled
exceptions.)
Method Summary |
void |
hello()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorldTask
WorldTask()
hello
public void hello()
- Specified by:
hello
in interface World
Copyright 2009-2011 Tom Landon
Apache License 2.0