Interfaces
 InterfaceDescription
 ITuioFiducialReceiver ITuioFiducialReceiver defines the interface of a fiducial callback class.
 ITuioListener This interface defines callback functions that will be called by the TuioClient if the implementing class was added as a listener to the according TuioClient.
 ITuioTouchReceiver This interface has to be implemented in order to register touch callbacks in the TuioManager via registerTouchReceiver
Classes
 ClassDescription
 TuioBlob This class represents a TuioBlob as specified in TUIO 1.1
 TuioClient A class for receiving tracking data via the TUIO protocol using a seperate OSC parser package located in org.tuio.osc.
 TuioContainer This is a generic class that contains values present in every profile specified in TUIO 1.1
 TuioCursor This class represents a TuioCursor as specified in TUIO 1.1
 TuioError A simple naming extension of the Error class to propagate TUIO errors
 TuioEvent The TuioEvent is an event equivalent of the ITuioListener callback functions.
 TuioFiducialEvent TuipFiducialEvent is a high-level implementation of TuioEvent that offers only information that is connected to TuioObjects.
 TuioManager The TuioManager class implements the ITuioListener interface and dispatches events into Flash's event flow according to the called callback functions.
 TuioObject This class represents a TuioObject as specified in TUIO 1.1
 TuioTouchEvent The TuioTouchEvent is the event dispatched by the TuioManager and behaves uch like the MouseEvent or the native TouchEvent.