public abstract class AbstractTuioHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
currentFrame |
protected Vector<TuioListener> |
listenerList
List of listeners
|
| Constructor and Description |
|---|
AbstractTuioHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
acceptMessage(com.illposed.osc.OSCMessage message,
TuioTime currentTime)
Handle a TUIO message
|
void |
addTuioListener(TuioListener listener)
Adds the provided TuioListener to the list of registered TUIO event listeners
|
void |
removeAllTuioListeners()
Removes all TuioListener from the list of registered TUIO event listeners
|
void |
removeTuioListener(TuioListener listener)
Removes the provided TuioListener from the list of registered TUIO event listeners
|
protected long currentFrame
protected Vector<TuioListener> listenerList
public abstract void acceptMessage(com.illposed.osc.OSCMessage message,
TuioTime currentTime)
message - The message to process.currentTime - public void addTuioListener(TuioListener listener)
listener - the TuioListener to addpublic void removeTuioListener(TuioListener listener)
listener - the TuioListener to removepublic void removeAllTuioListeners()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.