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

All Superinterfaces:
ControlSignalSource, java.io.Serializable

public interface DiscreteControlSignalSource
extends ControlSignalSource

Interface which defines all control signal sources which can be represented through discrete values (i.e. button 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
 boolean getDiscreteValue(IOComponent component)
           
 
Methods inherited from interface edu.stanford.hci.dtools.deviceeditor.components.ControlSignalSource
getName
 

Method Detail

getDiscreteValue

boolean getDiscreteValue(IOComponent component)