edu.stanford.hci.dtools.deviceeditor.components
Interface DiscreteControlSignalTarget

All Superinterfaces:
ControlSignalTarget, java.io.Serializable

public interface DiscreteControlSignalTarget
extends ControlSignalTarget

Interface which defines all control signal targets which can be represented through discrete values (i.e. LED on/off) This code is partially based on code that is copyright (c) 2004 Elias Volanakis. See License.txt

This software is distributed under the BSD License.

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu ), Michael Bernstein ( mbernst(AT)stanford.edu )

Method Summary
 void setDiscreteValue(boolean value, IOComponent component)
           
 
Methods inherited from interface edu.stanford.hci.dtools.deviceeditor.components.ControlSignalTarget
getName
 

Method Detail

setDiscreteValue

void setDiscreteValue(boolean value,
                      IOComponent component)