Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jacomma.examples
Class Echo  view Echo download Echo.java

java.lang.Object
  extended byjacomma.examples.Echo
All Implemented Interfaces:
jacomma.platform.core.Agent.MessageHandler, java.io.Serializable

public class Echo
extends java.lang.Object
implements jacomma.platform.core.Agent.MessageHandler

TBA


Constructor Summary
Echo()
           
 
Method Summary
 void onMessage(jacomma.platform.core.Agent ag, jacomma.icm.type.Message msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Echo

public Echo()
Method Detail

onMessage

public void onMessage(jacomma.platform.core.Agent ag,
                      jacomma.icm.type.Message msg)
Specified by:
onMessage in interface jacomma.platform.core.Agent.MessageHandler