Module com.pi4j
Package com.pi4j.io.binding
Interface AnalogBinding<BINDING_TYPE extends Binding,MEMBER_TYPE>
-
- All Superinterfaces:
Binding<BINDING_TYPE,MEMBER_TYPE>
- All Known Subinterfaces:
AnalogOutputBinding
,OnOffBinding
public interface AnalogBinding<BINDING_TYPE extends Binding,MEMBER_TYPE> extends Binding<BINDING_TYPE,MEMBER_TYPE>
AnalogBinding interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(AnalogValueChangeEvent event)
process.
-
-
-
Method Detail
-
process
void process(AnalogValueChangeEvent event)
process.
- Parameters:
event
- aAnalogValueChangeEvent
object.
-
-