Package com.pi4j.io.gpio.event
Class PinAnalogValueChangeEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.pi4j.io.gpio.event.PinEvent
- 
- com.pi4j.io.gpio.event.PinAnalogValueChangeEvent
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class PinAnalogValueChangeEvent extends PinEvent GPIO analog pin value change event.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class java.util.EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PinAnalogValueChangeEvent(Object obj, Pin pin, double value)Default event constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue()Get the new pin value raised in this event.- 
Methods inherited from class com.pi4j.io.gpio.event.PinEventgetEventType, getPin
 - 
Methods inherited from class java.util.EventObjectgetSource, toString
 
- 
 
-