aboutsummaryrefslogtreecommitdiff
path: root/examples/ivyTranslater.java
diff options
context:
space:
mode:
authorjestin2002-12-30 13:06:40 +0000
committerjestin2002-12-30 13:06:40 +0000
commite126ac84a2d2415328989d0e084faeda42e303c8 (patch)
tree7724dfdd52714fcf2edec63c2c2e21d3600f51b1 /examples/ivyTranslater.java
parent4aa86fb6b7edab0406d4003eb2c5be378a87f982 (diff)
downloadivy-java-e126ac84a2d2415328989d0e084faeda42e303c8.zip
ivy-java-e126ac84a2d2415328989d0e084faeda42e303c8.tar.gz
ivy-java-e126ac84a2d2415328989d0e084faeda42e303c8.tar.bz2
ivy-java-e126ac84a2d2415328989d0e084faeda42e303c8.tar.xz
Cleanup.
Diffstat (limited to 'examples/ivyTranslater.java')
-rw-r--r--examples/ivyTranslater.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/ivyTranslater.java b/examples/ivyTranslater.java
index f995270..497ac87 100644
--- a/examples/ivyTranslater.java
+++ b/examples/ivyTranslater.java
@@ -1,3 +1,18 @@
+/**
+ * Yet another Ivy java program example
+ *
+ * This is the example from the documentations, it connects to the bus, and
+ * translate the messages beginning with "Hello" by the same message, where
+ * "Hello" is replaced by "Bonjour".
+ *
+ * @author Yannick Jestin <jestin@cena.fr>
+ *
+ * (c) CENA
+ *
+ * This program is distributed as is, under the LGPL licence, which should be
+ * present in the package.
+ *
+ */
import fr.dgac.ivy.* ;
class ivyTranslater implements IvyMessageListener {