Uses of Interface
com.illposed.osc.OSCListener

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

Uses of OSCListener in com.illposed.osc
 

Methods in com.illposed.osc that return OSCListener
 OSCListener OSCSerialPort.getListener(java.lang.String anAddress)
           
 OSCListener OSCPortIn.getListener(java.lang.String anAddress)
           
 

Methods in com.illposed.osc with parameters of type OSCListener
 void OSCSerialPort.addListener(java.lang.String anAddress, OSCListener listener)
          Register the listener for incoming OSCPackets addressed to an Address
 void OSCPortIn.addListener(java.lang.String anAddress, OSCListener listener)
          Register the listener for incoming OSCPackets addressed to an Address
 

Uses of OSCListener in com.illposed.osc.utility
 

Methods in com.illposed.osc.utility that return OSCListener
 OSCListener OSCPacketDispatcher.getListener(java.lang.String address)
           
 

Methods in com.illposed.osc.utility with parameters of type OSCListener
 void OSCPacketDispatcher.addListener(java.lang.String address, OSCListener listener)
           
 

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

Classes in edu.stanford.hci.dtools.hardware that implement OSCListener
 class HardwareInputDispatcher
           This software is distributed under the BSD License.
 class SerialIO
           This software is distributed under the BSD License.
 class UdpInputDispatcher
          Listen to incoming OSC messages on a UDP port and fire off HardwareEvents to notify other objects of these messages.