The TuioClient class is the central TUIO protocol decoder component. It provides a simple callback infrastructure using the {@link TuioListener} interface.In order to receive and decode TUIO messages an instance of TuioClient needs to be created. The TuioClient instance then generates TUIO events which are broadcasted to all registered classes that implement the {@link TuioListener} interface.
TuioClient client = new TuioClient();
client.addTuioListener(myTuioListener);
client.connect();
@author Martin Kaltenbrunner
@version 1.4