Adds the gesture sample that is read by the WiiReader reader to the
Sample3DDescriptor in gesture class with name className in gesture set
with name setName.
The TuioClient starts listening to TUIO messages on the configured UDP port
All received TUIO messages are decoded and the resulting TUIO events are broadcasted to all registered TuioListener(3D)s
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}