edu.stanford.hci.dtools.hardware
Class UdpOutputDispatcher

java.lang.Object
  extended by edu.stanford.hci.dtools.hardware.UdpOutputDispatcher
All Implemented Interfaces:
HardwareOutputDispatcher

public class UdpOutputDispatcher
extends java.lang.Object
implements HardwareOutputDispatcher

This software is distributed under the BSD License.

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu )

Constructor Summary
UdpOutputDispatcher()
           
 
Method Summary
 void sendOSCMessage(OSCMessage msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpOutputDispatcher

public UdpOutputDispatcher()
Method Detail

sendOSCMessage

public void sendOSCMessage(OSCMessage msg)
Specified by:
sendOSCMessage in interface HardwareOutputDispatcher