--- a/front_processing/extern/TUIO_JAVA/README.txt Thu Mar 22 16:00:17 2012 +0100
+++ b/front_processing/extern/TUIO_JAVA/README.txt Thu Mar 22 18:15:53 2012 +0100
@@ -1,4 +1,4 @@
-TUIO JAVA LIBRARY AND EXAMPLES
+TUIO JAVA LIBRARY AND EXAMPLES
------------------------------
Copyright (c) 2005-2009 Martin Kaltenbrunner <mkalten@iua.upf.edu>
This software is part of reacTIVision, an open source fiducial
@@ -9,8 +9,8 @@
Demo Applications:
------------------
This package contains three demo applications which receive
-TUIO messages from any TUIO enabled tracker or the Simulator.
-All these applications show how to use the TUIO Java Library
+TUIO messages from any TUIO enabled tracker or the Simulator.
+All these applications show how to use the TUIO Java Library
in a simple way.
TuioDemo graphically displays the object and cursor state,
@@ -40,14 +40,14 @@
Your application needs to implement the TuioListener interface,
and has to be added to the TuioClient in order to receive messages.
- "class MyApplication implements TuioListener"
+ "class MyApplication implements TuioListener"
A simple code snippet for setting up a TUIO session:
- MyApplication app = new MyApplication();
- TuioClient client = new TuioClient();
- client.addTuioListener(app);
- client.connect();
+ MyApplication app = new MyApplication();
+ TuioClient client = new TuioClient();
+ client.addTuioListener(app);
+ client.connect();
A TuioListener needs to implement the following methods: