© 2006-2007 ETH Zurich

org.ximtec.igesture.io.tuio.handler
Class AbstractTuioObjectHandler<T>

java.lang.Object
  extended by org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
      extended by org.ximtec.igesture.io.tuio.handler.AbstractTuioObjectHandler<T>
Direct Known Subclasses:
TuioObject3DHandler, TuioObjectHandler

public abstract class AbstractTuioObjectHandler<T>
extends AbstractTuioHandler


Field Summary
protected  Vector<Long> aliveObjectList
           
protected  Vector<T> frameObjects
           
protected  Vector<Long> newObjectList
           
protected  Hashtable<Long,T> objectList
           
 
Fields inherited from class org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
currentFrame, listenerList
 
Constructor Summary
AbstractTuioObjectHandler()
           
 
Method Summary
 
Methods inherited from class org.ximtec.igesture.io.tuio.handler.AbstractTuioHandler
acceptMessage, addTuioListener, removeAllTuioListeners, removeTuioListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectList

protected Hashtable<Long,T> objectList

aliveObjectList

protected Vector<Long> aliveObjectList

newObjectList

protected Vector<Long> newObjectList

frameObjects

protected Vector<T> frameObjects
Constructor Detail

AbstractTuioObjectHandler

public AbstractTuioObjectHandler()

© 2006-2007 ETH Zurich

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