aboutsummaryrefslogtreecommitdiff
path: root/examples/ivyTranslater.java
diff options
context:
space:
mode:
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 {