Uses of Class
com.illposed.osc.OSCMessage

Packages that use OSCMessage
com.illposed.osc   
edu.stanford.hci.dtools.hardware   
 

Uses of OSCMessage in com.illposed.osc
 

Methods in com.illposed.osc with parameters of type OSCMessage
 void OSCListener.acceptMessage(java.util.Date time, OSCMessage message)
          Accept an incoming OSCMessage
 

Uses of OSCMessage in edu.stanford.hci.dtools.hardware
 

Methods in edu.stanford.hci.dtools.hardware with parameters of type OSCMessage
 void HardwareInputDispatcher.acceptMessage(java.util.Date time, OSCMessage incoming)
           
 void UdpOutputDispatcher.sendOSCMessage(OSCMessage msg)
           
 void SerialIO.sendOSCMessage(OSCMessage msg)
           
 void HardwareOutputDispatcher.sendOSCMessage(OSCMessage msg)