Uses of Interface
edu.stanford.hci.dtools.hardware.HardwareOutputDispatcher

Packages that use HardwareOutputDispatcher
edu.stanford.hci.dtools   
edu.stanford.hci.dtools.hardware   
edu.stanford.hci.dtools.statechart.model   
 

Uses of HardwareOutputDispatcher in edu.stanford.hci.dtools
 

Methods in edu.stanford.hci.dtools that return HardwareOutputDispatcher
 HardwareOutputDispatcher DtoolsPlugin.getHardwareOutputDispatcher()
           
 

Methods in edu.stanford.hci.dtools with parameters of type HardwareOutputDispatcher
 void DtoolsPlugin.setHardwareOutputDispatcher(HardwareOutputDispatcher out)
           
 

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

Classes in edu.stanford.hci.dtools.hardware that implement HardwareOutputDispatcher
 class SerialIO
           This software is distributed under the BSD License.
 class UdpOutputDispatcher
           This software is distributed under the BSD License.
 

Uses of HardwareOutputDispatcher in edu.stanford.hci.dtools.statechart.model
 

Methods in edu.stanford.hci.dtools.statechart.model with parameters of type HardwareOutputDispatcher
 void SpeakerModel.realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
           
abstract  void OutputModel.realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
          Called upon entrance to a state
 void LEDModel.realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
           
 void DisplayModel.realizeStateEntryInHardware(HardwareOutputDispatcher hwOutput)
           
 void SpeakerModel.realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)
           
abstract  void OutputModel.realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)
          Called when a state is updated
 void LEDModel.realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)
           
 void DisplayModel.realizeStateUpdateInHardware(HardwareOutputDispatcher hwOutput)