Uses of Class
edu.stanford.hci.dtools.hardware.HardwareInputDispatcher

Packages that use HardwareInputDispatcher
edu.stanford.hci.dtools   
edu.stanford.hci.dtools.hardware   
 

Uses of HardwareInputDispatcher in edu.stanford.hci.dtools
 

Methods in edu.stanford.hci.dtools that return HardwareInputDispatcher
 HardwareInputDispatcher DtoolsPlugin.getHardwareInputDispatcher()
           
 

Methods in edu.stanford.hci.dtools with parameters of type HardwareInputDispatcher
 void DtoolsPlugin.setHardwareInputDispatcher(HardwareInputDispatcher in)
           
 

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

Subclasses of HardwareInputDispatcher in edu.stanford.hci.dtools.hardware
 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.