© 2006-2007 ETH Zurich

Uses of Interface
org.ximtec.igesture.io.tuio.TuioListener

Packages that use TuioListener
org.ximtec.igesture.io.tuio   
org.ximtec.igesture.io.tuio.handler   
 

Uses of TuioListener in org.ximtec.igesture.io.tuio
 

Subinterfaces of TuioListener in org.ximtec.igesture.io.tuio
 interface ITuioReader
           
 

Classes in org.ximtec.igesture.io.tuio that implement TuioListener
 class TuioReader
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 class TuioReader2D
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 class TuioReader3D
          Reader that initializes the TuioConnection and handles the events caused by the TuioConnection.
 

Methods in org.ximtec.igesture.io.tuio with parameters of type TuioListener
 void TuioConnection.addTuioListener(TuioListener listener, Set<String> modifiers)
          Adds the provided TuioListener to the list of registered TUIO event listeners
 void TuioConnection.removeTuioListener(TuioListener listener, Set<String> modifiers)
          Removes the provided TuioListener from the list of registered TUIO event listeners
 

Uses of TuioListener in org.ximtec.igesture.io.tuio.handler
 

Fields in org.ximtec.igesture.io.tuio.handler with type parameters of type TuioListener
protected  Vector<TuioListener> AbstractTuioHandler.listenerList
          List of listeners
 

Methods in org.ximtec.igesture.io.tuio.handler with parameters of type TuioListener
 void AbstractTuioHandler.addTuioListener(TuioListener listener)
          Adds the provided TuioListener to the list of registered TUIO event listeners
 void AbstractTuioHandler.removeTuioListener(TuioListener listener)
          Removes the provided TuioListener from the list of registered TUIO event listeners
 


© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.